setTextFilterEnabled() method problem in android. how???
Posted
by androidbase Praveen
on Stack Overflow
See other posts from Stack Overflow
or by androidbase Praveen
Published on 2010-04-05T09:58:30Z
Indexed on
2010/04/05
10:03 UTC
Read the original article
Hit count: 1188
i have extended the list activity class and have custom adapter for the list view. i want to set the textfilter for that list view. if i code
getListView().setTextFilterEnabled(true);
but i have three rows in my listview. i have to listen the first row of each list item. how to do that? any Idea? the documentation tells use Filterable interface. tell me how to implement the text filter for the first row.????
© Stack Overflow or respective owner