Android: How to text filter a listview based on a simplecursoradapter?
Posted
by CSharperWithJava
on Stack Overflow
See other posts from Stack Overflow
or by CSharperWithJava
Published on 2010-01-04T22:06:26Z
Indexed on
2010/03/14
22:05 UTC
Read the original article
Hit count: 309
I have a ListView that is backed by a SimpleCursorAdapter.
I'd like to be able to filter the list like you would a contacts list, just by typing, and I came across the textFilterEnabled()
Problem is, I couldn't see how to get it to work with a SimpleCursorAdapter.
Is this even possible?
If so, how is it done?
© Stack Overflow or respective owner