I want to make a input pin code input box as per below image .i have used four edittext for it but my problem is that i m unable to move the cursor from one edittext to other and vice-versa.Please help me on this.
| |||||
feedback
|
|
I think something like this will do what you want:
Or do you want to auto-jump from one EditText to another when filled? | |||
|
feedback
|
|
what do you mean you are unable to "move the cursor from one edittext to other and vice-versa" ?? Like when you type in one character/number in the edit text so the cursor should jump to next edittext? If so try getFocus() with implementation a TextWatcher for the EditText, it has a callback that gets called after every letter typed in. | |||||||||
feedback
|