1

What's the best way to limit EditText value in Android studio? I want people can input numbers from 1-10 not zero, not 11 or other. I want only from 1 to 10 number value can input in edit text. if people input more then 10 then how can I control this in java?

  • 2
    visite this link >> [https://stackoverflow.com/questions/14212518/is-there-a-way-to-define-a-min-and-max-value-for-edittext-in-android](https://stackoverflow.com/questions/14212518/is-there-a-way-to-define-a-min-and-max-value-for-edittext-in-android) – Felipe Palma Feb 12 '20 at 17:25
  • @FelipePalma thank you so much its works – MD Tayobur Rahman Feb 12 '20 at 17:39

0 Answers0