I\'ve got users with tablets that have a tab key on their soft keyboard. I am using a table view and have 3 EditText Fields in one row with EditText fields below the curren
For me android:nextFocusUp, android:nextFocusRight, android:nextFocusDown and android:nextFocusLeft were not working, but android:nextFocusForward did work.
See Supporting Keyboard Navigation, Handle Tab Navigation.