Hello, for anyone with good experience using android studio, I would like help i
ID: 3873569 • Letter: H
Question
Hello, for anyone with good experience using android studio, I would like help in creating a simple search application. I would like to have an app where a user can type in a name or number, and it will display a certain amount of relevant results (that are stored from a list of dummy results) For example, from a list of names "David Grove, Alice brown, Chase Stewart, Ryan Grove" If the user types in "Grove", both David Grove and Ryan Grove will appear in the results (with an extra field that allows details about each individual) Please send all the code (.JAVA .XML etc.) as I need to test run it on my Android Studio as well to make sure it works. Steps would be greatly appreciated as well, as I would like to build from this template and understand the coding/framework behind it. Thank you.