Implementing SearchView in action bar
问题 I need to create SearchView from my arrayList<String> and show the suggestions in the drop-down list same this I look for tutorials that explain step by step how to build a SearchView in a action bar. I have read the documentation and following the example google but it was not useful to me. I have created the search <?xml version=\"1.0\" encoding=\"utf-8\"?> <menu xmlns:android=\"http://schemas.android.com/apk/res/android\"> <item android:id=\"@+id/action_search\" android:title=\"Search\"