Android. Searching over the listView
Posted
by davs
on Stack Overflow
See other posts from Stack Overflow
or by davs
Published on 2010-05-15T11:23:52Z
Indexed on
2010/05/15
11:34 UTC
Read the original article
Hit count: 202
Hi,
I have activity with ListView. That listView contains imageView and two textViews (aka first and last names). I want to organize searching with this listView by one of textView (e.g. by last name). How can I implement that?
I found that Quick Search Box can be used but I didn't understand how to work with it.
Help, plz :)
© Stack Overflow or respective owner