I have apk that uses SQL database that is saved on android debice (database.db), and it uses to filter items by buttons (order by title, year....).
I would like to add searchView when user press RED button to show SearchView....and when user is typing letters it refresh listview with items that sql is found,
How is this possible with SearchView and SQL?
To be simple question: how can i use SearchView input to search SQL database on device and then refresh listview that is holding items from database correcsponding to SearchView input?
I would like to add searchView when user press RED button to show SearchView....and when user is typing letters it refresh listview with items that sql is found,
How is this possible with SearchView and SQL?
To be simple question: how can i use SearchView input to search SQL database on device and then refresh listview that is holding items from database correcsponding to SearchView input?