How to make a prepend on Android?
I currently do some append , but did not see how to do a prepend in the onTextChanged
event.
The reason is to put a (
before the first 2 digits of a phone, to get the (xx) x xxxx - xxxx
mask.
That is, this (
would be entered after the user entered the first digit but before it.