BasicUI
BasicUI是一些常用的Android UI组件和一些实用工具类封装,提高Android的开发效率
如何使用
- Step 1. Add the JitPack repository to your build file
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
- Step 2. Add the dependency
implementation 'com.github.Peakmain:BasicUI:1.1.2'
功能列表
请查看github项目的项目简介: https://github.com/Peakmain/BasicUI/wiki/项目简介
支持版本
BasicUI支持API Level 16+
使用方法
请查看github项目的wikihttps://github.com/Peakmain/BasicUI/wiki
Screenshot
关于我
- 简书(https://www.jianshu.com/u/3ff32f5aea98)
- 我的GitHub地址(https://github.com/Peakmain)