I have a editText and I want its input type only number(float). When a user write some code(less than 2 && greater than 4) I want replace their value into it.
Asked
Active
Viewed 22 times
0
-
1Use textwatcher – MMG Jul 25 '20 at 02:11
-
1Does this answer your question? [android on Text Change Listener](https://stackoverflow.com/questions/20824634/android-on-text-change-listener) – Javad Dehban Jul 25 '20 at 05:38