Skip to content
/ ABTool Public

Android开发常用的基础工具类封装,多项目经验总结,简单粗暴,用起来

License

Notifications You must be signed in to change notification settings

callhh/ABTool

Repository files navigation

AndroidABTool

AndroidABTool是一个Android项目开发常用的工具类封装的开源库。 添加如下配置将AndroidABTool引入到你的项目中:

dependencies{
    implementation 'com.callhh.abtool:abtool:1.0.5'
}

然后就可以调用诸多API来便捷开发

EditText监听事件进行封装处理 简单使用
etInputAccount.onChange {
    if (it.isNotEmpty()) {
       //TODO Something
    }
}

About

Android开发常用的基础工具类封装,多项目经验总结,简单粗暴,用起来

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published