Gain Edittext Focus Tapping Next In Soft Keyboard
I have numerous edittexts inside a listview. I want to type in each of the edittexts one by one without having to scroll through the listview. How can I do that?
Solution 1:
Use the android:nextFocusDown
param to specify which field you'd like to get focus when the user hits the enter key.
Post a Comment for "Gain Edittext Focus Tapping Next In Soft Keyboard"