Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 595 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 595 Bytes

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"
}