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
Tried calling stopSearch() after you've loaded your results?
http://developer.android.com/reference/android/app/SearchManager.html#stopSearch()