Suppose i want to set masked input with 20 characters Example : 12345-12345-12345-12345 How can I do it there are only examples given for phone numbers masked input, iam new to android please help
Asked
Active
Viewed 91 times
0
-
1Have you tried using https://github.com/toshikurauchi/MaskedEditText ? This is what you want ... :) – Anoop M Maddasseri Oct 06 '15 at 08:29
-
Check out this: http://stackoverflow.com/questions/18442481/masked-input-not-working-in-android-mobiles – Haresh Chhelana Oct 06 '15 at 08:33
-
Thanks Haresh Chhelana and Anoop – Karthik Reddy A Oct 06 '15 at 08:36