How do I create a Custom edit text UI like this where hint won't disappear when I type the input.
So the basic idea is when I am typing the credit card number the X
digit should get replaced with the number
I have typed. Also, the user is not allowed to enter digit in any order rather he can only enter the input in a sequential manner here's the screenshot for reference.
Edit: So I was thinking to add 16 different edit text where pressing backspace would take user to previous edit text and only first edit-text would be focusable has anyone has a better solution for this.