sapkotamadhusudan / form-validator

A Toolkit to maintain and validates form fields in android application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Form Validator

Maven Central

A Toolkit to maintain and validates form fields in android application.

Installation

The Form Validator can be installed directly into your application by importing sdk artifacts via Gradle.

Add the following code to your project's build.gradle file:

repositories {
	mavenCentral()
}

And the following code to your module's build.gradle file:

dependencies {
    implementation "io.github.sapkotamadhusudan:form-validator:1.0.0"
}

About

A Toolkit to maintain and validates form fields in android application


Languages

Language:Kotlin 100.0%