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
This can be achieve by adding android:windowSoftInputMode="adjustPan" to activity element within the manifest. E.g.
This prevents the view from resizing when the virtual keyboard is displayed.