• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps A listener for ArrayAdapter?

Kumidan

Newbie
I have an AutoCompleteTextView with an ArrayAdapter associated to it.
While typing, the suggestions' list pops up, when I select the word from the list it is put into the text field and the list of suggestions disappears, but... it pops up again showing the suggestions compatible with the choice made.

Is there a way to prevent the list to pop up again by itself after the selection?

Another thing, how can I close the keyboard as I choose one of the suggested words?
 
Back
Top Bottom