Filter Text From Listview
Guys, I want filter from listview which have countries list, I want to enter a countries name in a textbox or we can say that search box then after listview updated with written co
Solution 1:
instantiate filtertextWatcher before setting
edsearch.addTextChangedListener(filterTextWatcher);
Solution 2:
You can use android Filterable interface with your list adapter(extend form base adapter)
Post a Comment for "Filter Text From Listview"