+ 1
Android Search Filtering Error
I am working on a project using Android Studio. I used a SearchView with ListView. Everything is OK. But, when I search the items it is not Filtering the search. All the time I click the searched item, the first item of array is clicked and not the one I wish. Plz help me soon.
2 Réponses
+ 6
Use Recyclerview insted of list view and for filtering list of item use filterable class of android.
+ 1
Mirielle🐶 let me check..