Android Search Filtering Error | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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