vekexasia / android-edittext-validator

Android form edit text is an extension of EditText that brings data validation facilities to the edittext.
MIT License
1.45k stars 378 forks source link

password and confirm password match validation #38

Closed samkazmi closed 9 years ago

samkazmi commented 9 years ago

How can i compare two fields to have same data? like email and confirm email? password and confirm password

vekexasia commented 9 years ago

Hello samkazmi,

there's a validator for that : https://github.com/vekexasia/android-edittext-validator/blob/master/library/src/com/andreabaccega/formedittextvalidator/SameValueValidator.java

You'll need to add it at runtime

samkazmi commented 9 years ago

thanks man.....

vekexasia commented 9 years ago

No problem, closing

AbdulBasitRishi commented 6 years ago

thanks