Fetch the repository succeeded.
NextInputs-Android 是一个为Android表单实现的校验库,它提供了非常丰富的接口和内置组件,可以为你方便快捷地接入表单校验功能。
inputs
Inputs校验核心模块,实现校验库的整体架构;见: Inputs
android
Android 外壳模块,针对Android平台的组件访问做支持;Inputs校验核心模块,实现校验库的整体架构;
更详细文档,见: Inputs
详细的使用示例源文件,可以参考本项目演示代码:MainActivity
AndroidNextInputs
增加了Android支持,默认使用的AndroidMessageDisplay实现了Android内置组件的错误展示功能 :使用TextView.setError()和Toast来展示校验失败的消息。
WidgetAccess
是一个为Android创建的扩展工具类,用于读取输入组件的数据,通过它可以快捷地读取布局文件中的EditText等组件及其数据。
LazyLoaders
是一个为Android创建的扩展工具类,用于延迟加载组件数据,通过它可以快捷地添加基于Android输入组件的延迟加载器。
本项目的库文件托管在JCenter上,注意添加JCenter的仓库:
repositories {
jcenter()
}
dependencies {
compile 'com.github.yoojia:next-inputs-android:1.7.2'
}
其它版本:
dependencies {
compile 'com.github.yoojia:next-inputs-android:1.7.2'
}
Copyright 2015-2018 Yoojia Chen
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Sign in for post a comment
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.
Comments ( 0 )