Search code examples
javaandroidandroid-searchmanager

How to dismiss SearchManager after search


how I am trying to dismiss the SearchManager in an android application after I finish fetching data, how I can do that?

for now I am touching the list view to hide the search bar and the keyboard.

http://www.ideasandroid.com/android/sdk/docs/images/search/search-suggest-custom.png


Solution

  • Tried calling stopSearch() after you've loaded your results?

    http://developer.android.com/reference/android/app/SearchManager.html#stopSearch()