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

New FormAutoCompleteTextView #19

Closed tasomaniac closed 10 years ago

tasomaniac commented 10 years ago

When we ask email address in a form, we generally use AutoCompleteTextView instead of EditText to suggest the user the emails in their phone. So with this class, we can both use email validation and auto completion.

vekexasia commented 10 years ago

Thanks