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 advic
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, near line 437, an example of use:
https://github.com/android/platform_frameworks_base/blob/master/core/java/android/widget/ArrayAdapter.java
enjoy :)