0

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

Ahmad Kayyali
  • 8,233
  • 13
  • 49
  • 83

1 Answers1

1

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

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

Ahmad Kayyali
  • 8,233
  • 13
  • 49
  • 83
Damian
  • 8,062
  • 4
  • 42
  • 43