Android developer portal with tools, libraries, and apps

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

Android UI component to validate passwords.

Jan 2, 2022

UI form validation library for Android. It is highly customizable and easy to use. This library will works with TextView, EditText, AppCompatEditText, TextInputEditText, TextInputLayout and CheckBox. This library is designed in such a way that Its easy to add support for new widgets and add new rules.

Apr 9, 2020

Checkpoint allows you to perform validation checks for given input. Checkpoint is generic collection of rules with boolean output. You can create new instance of Checkpoint either by using builder or DSL.

Apr 8, 2020

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

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

Simple form components with validation. Easy to use and give all the control you need.

Sep 30, 2019

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

This library allows you to validate Huge Forms containing Fields in android just by a single line, It saves you from the hassle of checking individual edit text boxes one by one then setting the error. This library supports edit texts view and no custom view is required. it also supports error validation for TextInputLayouts. The library is written in kotlin and is build on top of RX Java and it provides methods for error handling as well.

May 5, 2019

Blitz is a library that provides an Android real time form validation.

Apr 16, 2019

EasyPermission Library is a library that will make android run-time permissions much easier. It allows you to request a specific permission without adding any validation code

Features

  • run-time permission dialog will be shown only for Marshmellow sdk and above.
  • Request permission result will be handled easily and good for dynamic programming
Jan 12, 2019

EasyValidation is a text validation library for Android developed in Kotlin. It supports text validation for String, EditText, TextView, AutoCompleteTextView, TextInputLayout, and Spinner. It comes with lots of built-in rules for validation such as email, password, credit cards, special character validations and so on.

  • The Validator way validation support.
  • 30+ built-in validation rules like empty, email, credit cards, etc.
  • Extension methods for String, EditText, TextView, AutoCompleteTextView, TextInputLayout, and Spinner.
  • Multiple Validations and Checks
  • Collection Extension Methods for validations on multiple texts and views.
  • Create your own custom rules
Sep 10, 2018

Android library for fast and simple string validation.

Aug 20, 2018

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

Jul 27, 2018

Intellij Idea, Android Studio plugin.

Plugin generates Kotlin data classes from JSON text. It can find inner classes in nested JSON. You can disable undesirable fields in class, change field name, set it type to optional, specify default value and add annotations for popular json libraries.

Features

  • json highlight and validation
  • nested json parsing
  • var/val support
  • default value support
  • generation to single file
  • annotations for Gson, Moshi, Jackson
Apr 15, 2018