I'm developing an app, I use Firebase as a database to store my registered customers. So I have a ListView that shows these clients, shows their name and their CPF. What I need to do is a search, which puts the name or cpf and finds the person easier. I tried to do it in several ways, I saw that I could do it using Filterable, but I did not understand how this works, I can not load the functions. Best to use the same ListView? do I have to use Search View?
Graciasoo