Android Search Filtering Error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

14th Jan 2020, 3:10 PM
Abdul Fathah
Abdul Fathah - avatar
2 Answers
+ 6
Use Recyclerview insted of list view and for filtering list of item use filterable class of android.
14th Jan 2020, 5:26 PM
Sumit Programmer😎😎
Sumit Programmer😎😎 - avatar
+ 1
Mirielle🐶 let me check..
14th Jan 2020, 3:59 PM
Abdul Fathah
Abdul Fathah - avatar