2

i have created a list view with search bar(edittext) on top of it, i want to use this search bar to pick the items from the list. i have used autocomplete text view which is not able to solve the problem. thanks for ur suggestions.

1 Answers1

1

Take a look at this:

http://androidsearchfilterlistview.blogspot.pt/2011/06/android-custom-list-view-filter.html

How to dynamically update a ListView on Android

What you need is a text filter...

Hope this helps you.

Community
  • 1
  • 1
amp
  • 11,754
  • 18
  • 77
  • 133