android - Searchview using shared preferences -
here link implement searchview in action bar android. http://www.android86.com/android-advanced/action-bar-search-view/
according above example i've implemented action bar search view. once user starts typing inside search bar want provide him "suggestions". these suggestions should available array list i've retrieved via shared pref. how should implement this?
you can't show search suggestions arraylist
directly. have user content provider. see the docs
Comments
Post a Comment