I use SearchView from ActionBarSherlock library. I would like to show drop down list with recent search queries when my searchView is empty. (Something like on youtube application). Now it displays drop down when I insert text with at least two letters.
Is there any way to do it?
I use SearchView from ActionBarSherlock library. I would like to show drop down list
Share
There is already an article about that
http://developer.android.com/guide/topics/search/adding-recent-query-suggestions.html
http://developer.android.com/guide/topics/search/searchable-config.html
If you encounter troubles with ActionBarSherlock refer to this question
Does ActionBarSherlock 4.2 support search suggestions for a SearchView?