Posts by PlayNERD • 21 points
2 posts
-
1
votes1
answer387
viewsA: How do I filter a search using Searchview?
Thanks to those who saw the post, however I and a friend already found a solution that consists of putting the information that is stored on ListView in a ArrayList, I’ll show you the code: //Cria a…
-
1
votes1
answer387
viewsQ: How do I filter a search using Searchview?
I’m building an app where in a particular app a list of registered users will appear in a ListView. This Activity also has a SearchView which serves to filter data from ListView according to the…