質問

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

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top