0

i am a new programmer in android application.

how can i concatenate the value in Edit Text? i.e when i was entering the values in edit text box like 1234567890 the values should appear like 123-456-7890 in the same edit text.that means concatenate the by default value as "-" at every 3 digits.

is there any chance to do this

please help me

Thanks in advance

prasad.gai
  • 2,977
  • 10
  • 58
  • 93

1 Answers1

2

Try this answered question about Masked Input Using EditText Widget in Android

Community
  • 1
  • 1
st0le
  • 33,375
  • 8
  • 89
  • 89