IDK but i am continuously getting this issue To make request focus on EditText when Keyboard next button is pressed in adapter.
I have set the android:imeOptions="actionNext"
in my adapter
layout. When i am on first item of 'ListView' then its is working fine.
But when i press next
from the keyboard. It goes to next position of EditText
in ListView
which is perfect but the EditText
is not getting the requestFocus()
and same problem with other next item.
I tired all the solutions i found out in stackoverflow . But i think i am unable to find out the best solution.
Could you please help me out.
Any help will deeply appriciated. Please check the screenshots below.