Reputation: 141
I've a custom listView and a CursorAdapter and search field on optionMenu . I used to have an arrayAdapter and it worked fine but I can't do the same with CursorAdapter .
Could you help me to filter items from cursorAdapter ?
thanks
Upvotes: 0
Views: 2552
Reputation: 543
You have to use CursorAdapter.setFilterQueryProvider. For more details please refer to the answer to the post below. For your ease here is a link to the blog.
Answered Question from another post
Upvotes: 2