1. SearchRecentSuggestionsProvider 이용.
http://developer.android.com/guide/topics/search/adding-recent-query-suggestions.html
http://www.grokkingandroid.com/android-tutorial-adding-suggestions-to-search/
2. SearchView에 어플리케이션 리스트 보여주기(셜록라이브러리에선 최신 버전에서만 작동)
http://www.edumobile.org/android/android-development/action-bar-search-view/
3. SearchView에 Suggestions 사용하기.
액션바 이외에는 AutoCompleteTextView를 이용해서 많이 사용하는것 같다. 네이버에 자료가 많으니 검색해보자.