前言
-
查看在线pdf文档:
http://note.youdao.com/s/EM20Cggm -
项目库的GitHub地址:https://github.com/Peakmain/BasicUI
- 如果大家觉得有点帮助,希望可以抬抬你的贵手,送我一个星星,谢谢。如果有什么问题,也欢迎你在下方留言或者在BasicUI中提
How to
- 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
dependencies {
implementation 'com.github.Peakmain:BasicUI:1.0.3'
}




















本文档介绍了如何将BasicUI项目集成到你的应用中。通过简单的两步操作即可完成:首先,在项目的根目录下的build.gradle文件中添加JitPack仓库;其次,添加依赖。BasicUI的GitHub地址为https://github.com/Peakmain/BasicUI,欢迎大家关注并提供反馈。
1130

被折叠的 条评论
为什么被折叠?



