Android代码-Android-EditText-Validations

时间:2022-08-25 20:40:15
【文件属性】:
文件名称:Android代码-Android-EditText-Validations
文件大小:152KB
文件格式:ZIP
更新时间:2022-08-25 20:40:15
Android代码 Android EditText Validations Easily Validate EditTexts This library is best used with Kotlin, and is to help reduce boilerplate code when writing validation rules for EditText fields. To install: Add Jitpack to your repositories in your build.gradle file allprojects { repositories { // ... maven { url 'https://jitpack.io' } } } Add the below to your dependencies, again in your gradle.build file implementation 'com.github.thomhurst:Android-EditText-Validations:{version}' Us
【文件预览】:
Android-EditText-Validations-master
----.gitignore(176B)
----gradle()
--------wrapper()
----README.md(7KB)
----build.gradle(1KB)
----gradlew.bat(2KB)
----gradlew(5KB)
----LICENSE(11KB)
----app()
--------.gitignore(7B)
--------build.gradle(953B)
--------proguard-rules.pro(751B)
--------src()
----gradle.properties(817B)
----.idea()
--------runConfigurations.xml(564B)
--------vcs.xml(167B)
--------misc.xml(2KB)
--------gradle.xml(626B)
--------codeStyles()
----settings.gradle(15B)

网友评论