A Toolkit to maintain and validates form fields in android application.
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"
}