Next Button and AutoCompleteTextViews
Status: Beta
Brought to you by:
codeguru
After entering the brand name, the "Next" button on the on-screen keyboard does not move to the year field. Similarly after entering the player name, it does not advance to the team field. This is because both the brand name and player name are stored in AutoCompleteTextView widgets which does not provide this functionality automatically like EditText does. I need to find a way to enable or write this functionality for AutoCompleteTextView so that they act consistently with the rest of the UI.
I would like to take up this ticket.
https://code.google.com/p/android/issues/detail?id=4208 indicates that this has been an issue since Android 1.6.