How to hide Android keyboard with AutoCompleteEditText?
There are many sample to hide keyboard with EditText but nothing on AutoCompleteEditText.
I have tried to trans-code EditText, hide keyboard example to AutoCompleteEditText but not successful. Every time I click/touch AutoCompleteEditText Android keyboard popup.
Thanks
When they enter text into EDITTEXT1 and press ENTER it jumps to EDITTEXT2 which is fine. When the enter text into EDITTEXT2 and press ENTER I would like the keyboard to go away so they can see the screen clearly, and click on a CALCULATE button that becomes hidden.
So... when ENTER is pressed on EDITTEXT2... how do I do a keyboard.hide kind of function?