Subject says it all. I have seen examples implementing a custom Filter. The Android developer docs talk about implementing a Filterable interface. Does anyone have any advice and/or sample code on the best way to implement filtering in a ListView ?
views:
224answers:
2
+1
A:
This video comes from the latest Google I/O (2010), it's called "The world of ListView".
http://code.google.com/intl/it-IT/events/io/2010/sessions/world-of-listview-android.html
at 34:25 it explains how to implement a text filter
here, at line398, an example of use:
enjoy :)
Qlimax
2010-06-18 16:26:47
A:
I looked at some sample code from other developers and learned a lot by simply reading through the source for ArrayAdapter. Armed with that info I managed to implement my own filtering.
Eno
2010-06-30 18:28:50