Form Validator Library for Android
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.
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.
The validator currently contains three basic validation rules:
- EmailValidator
- NotEmptyValidator
- UrlValidator