android 工具库
- 在线JavaDoc
- 网址:
https://jitpack.io/com/github/huweijian5/AndroidUtils/[VersionCode]/javadoc/index.html
- 其中VersionCode请替换为最新版本号
- 注意文档使用UTF-8编码,如遇乱码,请在浏览器选择UTF-8编码即可
- 如果需要引用此库,做法如下:
- Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
- and then,add the dependecy:
dependencies {
compile 'com.github.huweijian5:AndroidUtils:latest_version'
}
- 其中latest_version请到releases中查看