I have One AutocompleTextView and I want to make the virtual keyboard disappear when he hits \"DONE\" at the AutocompleTextView. So far, the buttons \"NEXT\"/\"DONE\" do no
Add this Property to your AutoCompleteTextView in xml:
AutoCompleteTextView
xml
android:imeOptions="actionDone"