文件名称:Android代码-Android表单校验功能
文件大小:225KB
文件格式:ZIP
更新时间:2022-08-27 21:04:44
Android代码
ValidationUtilsLibrary The goal of this library is to help you in your development of validation forms. currently it works on follow entities: First name: if first name is blank or other than alphabets it will throw error. Last name: if last name is blank or other than alphabets it will throw error. Email: if email is not in vald format it will throw error. password: length 8-20 char, prevention from sql-injection Confirm Password: checks does password matches with confirmation password. Age:
【文件预览】:
ValidationUtilsLibrary-master
----.gitignore(97B)
----gradle()
--------wrapper()
----README.md(2KB)
----build.gradle(571B)
----screen()
--------ezgif.com-resize (1).gif(144KB)
----gradlew.bat(2KB)
----gradlew(5KB)
----app()
--------.gitignore(7B)
--------build.gradle(669B)
--------proguard-rules.pro(645B)
--------src()
----vaidationutils()
--------.gitignore(7B)
--------build.gradle(597B)
--------proguard-rules.pro(645B)
--------src()
----gradle.properties(855B)
----.idea()
--------runConfigurations.xml(564B)
--------encodings.xml(159B)
--------vcs.xml(180B)
--------misc.xml(3KB)
--------modules.xml(496B)
--------.name(10B)
--------copyright()
--------inspectionProfiles()
--------compiler.xml(768B)
--------gradle.xml(936B)
----settings.gradle(34B)