My Android Architecture


自己写的一些库。github.com/javakam/And…

GitHub

github.com/javakam/And…

Ando Toolkit 工具集 (152KB)

gitee_client_android👉github.com/javakam/git…

implementation 'ando.toolkit:toolkit:1.3.0'

Ando Library 框架 (1319KB)

gitee_client_android👉github.com/javakam/git…

implementation 'ando.library:library:1.3.0'

Ando WebView 解决了WebView常见BUG (55KB)

AndoWebView👉github.com/javakam/And…

implementation 'ando.webview:webview:3.0.0'

Ando Dialog 快速创建Dialog/DialogFragment (38KB)

DialogManager👉github.com/javakam/Dia…

implementation 'ando.dialog:core:1.3.0'
implementation 'ando.dialog:usage:1.3.0'

Ando Gallery Android相册/拍照

GalleryManager👉github.com/javakam/Gal…

项目源自 PictureSelector github.com/LuckSiege/P…

implementation 'ando.gallery:gallery:1.1.0'

Ando FileOperator 解决Android文件管理碎片化问题 (101KB)

FileOperator👉github.com/javakam/Fil…

maven { url 'https://dl.bintray.com/javakam/FileOperator' }

implementation 'ando.file:core:1.3.8'       //核心库必选(Core library required)
implementation 'ando.file:selector:1.3.8'   //文件选择器(File selector)
implementation 'ando.file:compressor:1.3.8' //图片压缩, 核心算法采用 Luban
implementation 'ando.file:android-q:1.3.8'  //Q和11兼容库,需要额外的库:'androidx.documentfile:documentfile:1.0.1'

posted @ 2021-03-02 17:10  javakam  阅读(0)  评论(0)    收藏  举报  来源