My RecyclerView items contains three EditText.
I want to move my focus from first EditText to second and third.
Then after i want to set my focus on first EditeText of next RecyclerView's item.
This all process will be happen when i press next button of my soft keypad.