在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):AllanWang/KAU开源软件地址(OpenSource Url):https://github.com/AllanWang/KAU开源编程语言(OpenSource Language):Kotlin 79.9%开源软件介绍(OpenSource Introduction):An extensive collection of Kotlin Android Utils This library contains small helper functions used throughout almost all of my other projects. The goal is to make common interactions executable in a single line. KAU is available on JitPack To apply, add the following to your root build.gradle: allprojects {
repositories {
...
jcenter()
maven { url "https://jitpack.io" }
google()
}
} And add the following dependencies (You can use a specific version, commit, or -SNAPSHOT): Note that only dependencies {
// all submodules extend this
implementation "ca.allanwang.kau:core:$KAU"
// all submodules with extensive ui extend this
implementation "ca.allanwang.kau:core-ui:$KAU"
implementation "ca.allanwang.kau:about:$KAU"
implementation "ca.allanwang.kau:adapter:$KAU"
implementation "ca.allanwang.kau:colorpicker:$KAU"
implementation "ca.allanwang.kau:fastadapter:$KAU"
implementation "ca.allanwang.kau:kpref-activity:$KAU"
implementation "ca.allanwang.kau:mediapicker:$KAU"
implementation "ca.allanwang.kau:searchview:$KAU"
} Submodules
Core
Core UI
About
Adapter
Color Picker
FastAdapter
KPref Activity
Media Picker
SearchView
Gradle Plugin
ShowcaseProguard/MultiDexGiven that the core module contains a lot of extension functions, you may run into a dex error (over 64k methods) To resolve that, add Likewise, it is highly recommended to use proguard to clean up your project upon release. All KAU components support proguard out of the box. Some may have extra requirements for certain features, which will be detailed in their respective README. TranslationsKAU depends on translations crowdsourced by the general public. If you would like to contribute, please visit here Special thanks to the following awesome people for translating significant portions of KAU!
The full activity stream for the translations can be found here |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论