Filtering with SimpleCursorTreeAdapter
- by Aleksander O
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