I have created an application which is just a list view with some values in it and each time I click an item, it starts a new intent. I want my list to be searchable, so I have added a search button on top of it.
I have seen some examples that uses local databases but I did not find a complete tutorial on how to implement this in my application.
What is the best way to do this?
Can anyone reference me to a good site with examples or explain to me how this works?
See this demo.
I have implemented the ListView with search features based on the text entered in to EditText.
Hope it will help you for your condition.