I have a issue. My applications require formatting the EditText's value while typing. I.E., a number that needs to be formatted with decimal and thousands separators. Example, I input 123456789, this number must appear 123.456.789.
How to I do this issue ? Thank all.