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

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -