Skip to content

Releases: Dhaval2404/android-form-validation

UI form validation library for Android ✔

05 Apr 18:43
Compare
Choose a tag to compare

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