1
How to make a prepend on Android?
Currently I do some append, but I didn’t see how to make a prepend at the event onTextChanged
.
The reason is to put one (
before the first 2 digits of a phone, for the mask (xx) x xxxx - xxxx
.
That is, this (
would be inserted after the user has placed the first digit but before it.