material-code-input
material-code-input copied to clipboard
Programmatically input into material-code-input
Thank you for creating this library.
As I would like to integrate material-code-input with https://github.com/omadahealth/LolliPin
I try to programmatically input into material-code-input, using codeInput.setCode
.
Says, I want to input "1", followed by "2".
I try to call
codeInput.setCode("1")
Then, I try to call
codeInput.setCode("2")
The end result looks like

Then, I try another approach. I first call codeInput.setCode("1")
, then followed by codeInput.setCode("12")
, then end result looks like

May I know, is programmatically input supported by android-otpview-pinview?