본문 바로가기
프로그래밍/DB/JAVA/안드로이드/GAE

[안드로이드] Suggestions 사용하기

by 아유카와 2013. 5. 31.

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 사용하기.

http://stackoverflow.com/questions/13733460/android-providing-recent-search-suggestions-without-searchable-activity


액션바 이외에는 AutoCompleteTextView를 이용해서 많이 사용하는것 같다. 네이버에 자료가 많으니 검색해보자.