Closed GoogleCodeExporter closed 8 years ago
Use a listview filter:
getListView().setTextFilterEnabled(true);
from http://developer.android.com/guide/tutorials/views/hello-listview.html
Original comment by benny.ca...@gmail.com
on 7 May 2009 at 7:34
Needed to extend the SimpleCursorAdapter class and implement Filterable
interface.
The runQueryOnBackgroundThread method is used to pass a charsequence for
filtering
on.
Original comment by benny.ca...@gmail.com
on 7 May 2009 at 1:12
Original issue reported on code.google.com by
benny.ca...@gmail.com
on 5 May 2009 at 1:48