Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

A lib to make validations on java objects.

Jul 31, 2016
Advertisement

An Annotation based validation library for use with Android's DataBinding library in an MVVM architecture.

  • Quick and easily add validation rules to ViewModels by annotating the class.
  • Annotation Processing to eliminate reflection and generate boilerplate validation classes.
Sep 30, 2016

A validation library with Kotlin DSL.

Mar 23, 2018

Removes invalid objects during Gson parsing which are marked as required, yet null/empty.

Jul 27, 2018

Phonematter provides a simple to use class for formatting and validating phone numbers in Android apps.

Feb 17, 2016

This library helps to implement phone number verification before performing any further operation.

Sep 28, 2016

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

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

Ratifier is a form validation library for Android.

Mar 17, 2017

The easiest way to bring validation to your project.

Nov 23, 2017

Easy Android form validation in Rx way.

Jun 12, 2016

The simplest way to add reactive validation to your app.

Problem

in your application, there are fields that must be validated. When the number of validation rules becomes greater than 1, to control the display of errors in the fields becomes difficult.

Solve

Separate your validation logic by S in SOLID, into own classes. After that, attach validation rules to your fields and combine validation results for change some ui states (ex. change visibility of button)

Nov 1, 2017

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

Feb 12, 2022

Android library for fast and simple string validation.

Aug 20, 2018

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

Jan 4, 2017

This is a simple library that facilitates text validation and error handling in a user-friendly way on EditText with (TextInputLayout support). For MVVM + data binding stack.

Oct 30, 2019

A library to define all validation conditions at single place and handle all validations in a class in simple way.

Oct 19, 2019

A simple library for validating user input in forms using annotations.

Jul 5, 2014

Validation library for use individual validation and with views.

Jul 11, 2017

A tool to validate text inside TextInputLayout.

Nov 20, 2017

A utility library that does the following type of validations:

  • Check internet connection
  • Validate for empty edit texts
  • Validate for email
  • Validate for mobile number
  • Validate text for any no of digits
  • Fancy Progress Dialog
  • Toast
Apr 6, 2017

Data binding based Android library for validating input.

  • Easy to use
  • Highly customisable
Jan 25, 2017

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

Jan 3, 2022

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

Aug 28, 2019