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.
Post a Comment for "Android Edittext Validation And Regex"