0
I’m developing an app, I use Firebase as a database to store registered customers. So I have a Listview that shows these clients, shows their name and number. What I need to do is a search, put the name or Cpf and find the easiest person. I tried to do several ways, I saw that you can do using Filterable, but I don’t understand how it works, I’m not able to load the functions. Better use Listview anyway? I have to use Search View?
Thank you
Yes, you have to use searchview together with recyclerview, it’s easier. Take a look at this link that will teach you right https://www.learn2crack.com/2017/03/searchview-with-recyclerview.html. The Adapter data source does not matter blz, it serves for simple lists as for complex lists.
– Grupo CDS Informática
Put your code friend, so we can help you more easily.
– João Carlos