Skip to content

UI form validation library for Android ✔

Latest
Compare
Choose a tag to compare
@Dhaval2404 Dhaval2404 released this 05 Apr 18:43
· 11 commits to master since this release

First stable release of android-form-validation. This includes:

Supported Android Widgets

  • TextView
  • EditText
  • AppCompatEditText
  • TextInputEditText
  • TextInputLayout
  • CheckBox

Supported Rules:

  • CheckedRule
  • EmailRule
  • EqualRule
  • LengthRule
  • MaxLengthRule
  • MinLengthRule
  • NumberRule
  • NonEmptyRule
  • PasswordRule
  • RegexRule