Example: I've registration form fields like:
- Enter Name -> Edit text (default set focus)
- Gender -> radio button list (a.male and b.female)
- City list-> Spinner
I want to make like these:
- Fragment is load and focus on edit text filed and open a soft keyboard.
- When I pressed the soft keyboard next key set focus on gender to select male or female.
- Then pressed again soft keyboard next key set focus on city list(spinner) to select city.
It is possible to make such functionality?