Search code examples
androidautomationandroid-edittext

How to create a group of EditText with aflow between them


I have to create a group of EditText s that each can contains 1 character of a pin code with auto flow between like in the following image - enter image description here

when user tapping the the keyboard, the application moves to the next EditText with out any Intervention of the user. How can it be done?


Solution

  • It's called PinView, here is a link for PinView.

    They have made custom keyboard too. Including back button, and verification code, make changes as per your requirement. It's very good and simple tutorial to achieve this important functionality.