Searchable SearchView setSuggestionsAdapter() in android studio

Viewed 2250

I'm working on an app. It requires a searchview. im facing a problem while working with cursor adaptor. i simply want a string array or xml string array to displayed in suggestion adaptor. when i click on search button it show suggestion and on suggestion click it do given work. i need codes that will help me sort out this problem. I'm not a professional programmer.

1 Answers
Related