Filtering with SimpleCursorTreeAdapter

Posted by Aleksander O on Stack Overflow See other posts from Stack Overflow or by Aleksander O
Published on 2010-05-20T14:03:22Z Indexed on 2010/05/30 17:12 UTC
Read the original article Hit count: 294

Filed under:

I'm trying to implement filtering using ExpandableListView and SimpleCursorTreeAdapter (its subclass). How can I specify which data (maybe cursor field or TextView text) to use for filtering?

Thanks

© Stack Overflow or respective owner

Related posts about android