I want to implement a SearchView for my App wich is connected to Firebase Database.
And now I want to Search for a Name, like in the Picture "Jay No" and add it to a ListView, but I do not want to Search for a specific name, I want to search for Example for: "Jay" and then I want to receive every name in the Database which contains "Jay"...
How can I implement it?