I want to show the virtual keyboard with Prev, Next Buttons above the keyboard.
When the user clicks prev button, cursor should move to the previous edit-text input
You can set proper IME option for the Edittext in the Layout.
android:imeOptions="actionNext"
and for done
android:imeOptions="actionDone"