So i wan't to have an editText that will do some stuff automaticly.
The first thing is that it should only allow numbers as insert.
The second and in my opinion harder think is that when user insert for example 5 numbers in adds some sign. For example i write:
12345
and then program should add a sign
12345-
And now i can type more.
12345-6789
I was googling for predifine text in EditText but i found nothing useful...