Android Actionbar Search widget implementation In ListFragment
I currently have my application set up with a ListFragment on the left and a DetailsFragment on the right (similar to the layout on the tablet below). On the action bar I have a search widget which when a search term is submitted should update the contents of the list (in the ListFragment). I have been following the search guide on android dev ( http://developer.android.com/guide/topics/search/search-dialog.html ) but I am having problems getting the search to update the list in the same activity. I have managed to get some form of implementation working by calling a new activity when the