I've created BaseAdapters that implement Filterable, they are
essentially everything found in the BaseAdapter class with the
addition of the 'getFilter' method and a private class that extends
Filter.

Then, performing a filter (for a listview) is as simple as filling out
the 'performFiltering', 'filterResults' and 'publishResults' methods.

In the expandableListAdapter I can still get a filtered set of
results, but the expandable list is not re-drawn with new values.

Does anyone have experience/ an example illustrating how to filter an
expandableListAdapter by group/child?

Thanks,
Steve

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to