search - Android. Searching over the listView -


I have activity with ListView that list includes image view and two text views (aka first and last name). I want to organize search with this list View a lesson from View (like the last name). How can I apply it?

I found that the quick search box can be used, but I did not understand how to work with it.

help, plz :)

you set setTextFilterEnabled (boolean) < / Code> method.

If this does not solve your problem, you can also define your own filter.

Please refer to this post for this

Hope it helps !!


Comments