0

I want to make my edit text has formatted like : A001 (CharacterNumberNumberNumber) any idea? tried to find masking method but most of them for number only, if you have any reference please let me know..

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62

1 Answers1

0

also see How do I use InputFilter to limit characters in an EditText in Android?

You could go with TextWatcher or InputFilter

Some of the issues that any of these solutions brings could be avoided by using a custom keyboard for this EditText

bw_üezi
  • 4,483
  • 4
  • 23
  • 41