How to insert text between characters in a EditText on Android?
Im getting an Hour value from a database which I am working and I can't
change it.
The value can be for example "1800" which means "18:00" or "930" which
means "9:30". This value appears on a EditText.
So how can I insert the ":" in that value before it shows in the EditText.
Thanks!
No comments:
Post a Comment