hi i was wondering if is it possible to use a SearchView with a FragmentList?
i know the implementation with a Listactivity but i can get it to work with a FragmentList
this is the implementation for an activity : https://coderwall.com/p/zpwrsg/add-search-function-to-list-view-in-android and the one from android developers website : http://developer.android.com/training/search/setup.html thanks in advance.