I\'m using Android\'s AutoCompleteTextView with a CursorAdapter to add autocomplete to an app. In the view\'s onItemClickListener() (i.e.
AutoCompleteTextView
CursorAdapter
onItemClickListener()
You can use the dismissDropDown() method of the AutoCompleteTextView object. Take a look at the documentation.