Skip to content Skip to sidebar Skip to footer

Android Edittext Validation And Regex

i am about to create editText Validation for android, I used if..else statement but the coding seem like not working for my apps...I want to make all the field is mandatory,if you

Solution 1:

you can use this library for your validation.. A simple library for validating user input in forms using annotations.

https://github.com/inmite/android-validation-komensky

Post a Comment for "Android Edittext Validation And Regex"