Here is the basic design:
- Each row is the item of adapter
- Each row(item) contain three
EditText
Here is the issue:
- Click the top
EditText
which marked with RED box. - Click the softkeyboard
Next
button, - The next row can get the focus.(RED1 --> RED2 -->...-> REDn)
- Click the top `EditText which marked with GREEN box,
- Click the softkeyboard
Next
botton, - The next row
EditText
get the focus which means the focus (GREEN1--> RED2-->RED3-->...->REDn)
RED1 GREEN1
RED2 GREEN2
RED3 GREEN3
RED4 GREEN4
RED5 GREEN5
My Question is:
- RED1 --> RED2 -->... --> REDn.
- GREEN1--> GREEN2 --> ... --> GREENn