Skip to content

tryprasannan/Android-Validator

 
 

Repository files navigation

Android-Validator

Form Validator Library for Android

Presentation

Form Validator Library for Android is based on Zend_Validator coded in PHP. This library is intended to simplify and streamline the code to validate a form Android. For the moment, the form can just handle the EditText. Other elements will emerge in future versions.

License

Use

Form Validator Library is composed of 3 members :

  • Form : Contains all beings validates to treat. This is the Form that manages the display of error messages in the various elements.
  • Validate : Contains all the validators to be treated for a given element.
  • Validator : Can define a validation rule.

Validator

The validator currently contains three basic validation rules:

  • EmailValidator
  • NotEmptyValidator
  • UrlValidator

About

Form Validator Library for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published