1

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.

long le
  • 11
  • 1

1 Answers1

0

Нou can implement TextWatcher to your editText. Here're useful links for you:

How to use the TextWatcher class in Android? http://developer.android.com/reference/android/text/TextWatcher.html

There you need to upgrade your number. Or you can create your own customEditText.

Community
  • 1
  • 1
QArea
  • 4,955
  • 1
  • 12
  • 22