Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Android library designed for rapid and customizable form validation.

You can use AndroidVerify with any View that extends the original EditText (such as MaterialEditText for example).

Mar 29, 2017

Android library designed for rapid and customizable form validation.

You can use FormValidator with any View that extends the original EditText (such as MaterialEditText for example).

Apr 6, 2017

Ratifier is a form validation library for Android.

Mar 17, 2017

The goal of this library is to help you in your development of validation forms.

Jan 4, 2017

Easy Android form validation in Rx way.

Jun 12, 2016

Blorm is a field validation lib for android.

Jul 11, 2016

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.

Jul 5, 2014

A small library including an example app which uses the "floating label" pattern to show form validation.

Apr 5, 2015

This project provides a simple and streamlined way to validate TextInputLayoutEditText.

Feb 12, 2022

Easy-Checker is a very simple input validation library for Android written in Kotlin and easily accessible from Java code as well. You will get many validation way or library. But most of them are not so easy for this simple task, that's why most of time time we go for legacy if else chain to check all the input fields, and we all know how disturbing is that.

  • Empty input box (Edittext)
  • Phone number validation
  • Email validation
  • Password validation
  • Confirm Password Validation
  • Custom Validator
Feb 12, 2022

A form validation library for android jetpack compose.

Features:

  • Determine Validation Flow. Flow.Dowm|Flow.Up|Flow.Splash
  • Custom Validation
  • Validation Snackbar
  • Validation State Callbacks
  • Library is well documented
Jan 16, 2022

This library allows you to add various validations for the Edittext Input you use in your application.

Jan 3, 2022

Validator box library that can inspect any type of form, provides multiple validation functions with an inclusion of clearing views(❁´◡`❁) It would help developers to get two different functionalities i.e validate and clear.

  • Get started from validation, this library provides multiple functionality having 10+ validate functions. The user have an authority to validate whole form or even single view, procedure is described below. The view includes: Edittext, RadioGroup, Checkbox (include Multi checklist), Spinner
  • Secondly, it also provides multiple functions to clear whole form views or single view that are filled. The clearing functionality is work for all above described views including Switch (Toggle)
Mar 23, 2020

WinValidaition is a simple, yet powerful rule-based UI validation library based on annotations for Android.

Aug 28, 2019

A simple form validator.

Jul 21, 2019
Advertisement

Android library for fast and simple string validation.

Aug 20, 2018

A validation library with Kotlin DSL.

Mar 23, 2018

A simple library for model validation based on annotations.

Feb 17, 2018

The easiest way to bring validation to your project.

Nov 23, 2017

Simple and light library to do validate observable fields with MVVM for android

Each ValidatedObservableField work like ObservableField, but it have 3 observables properties:

  • value - contains the value of type T
  • valid - boolean true if ALL Rules are valid
  • errorMessage - contains NULL or errorMessage from first invalid Rule

Rules are validated one by one (the order is important), the first invalid Rule will break the chain and set errorMessage. Rules are validated onPropertyChange. You can create your own rules using Rule interface. You can use single Rule or many by RuleCommand.

May 25, 2017

A lib to make validations on java objects.

Jul 31, 2016

Focus on Android form validation, build your validation rules using the method chaining.

Jul 12, 2016

Crash fast library for Android.

Simple precondition library for crashing in case you find unexpected values. For example: After you login against a certain API, you have to get back your user. It's completely necessary to have a no null user, so you can checkNotNull(receivedUser).

Apr 16, 2016

People don't write e-mail addresses without misspelling from time to time. @gmial.con addresses are too common... And we need to put a stop to it!

E-mail suggester allows to validate emails and suggest typo corrections.

Sep 9, 2015