Some libraries written by myself. Bintray 👉 bintray.com/javakam/mav…

bintray

Bintray.com/javakam/mav…

projectbuild.gradle

repositories {
   maven { url "https://dl.bintray.com/javakam/maven" }
}
Copy the code

Ando Toolkit Toolkit (152KB)

Gitee_client_android 👉 github.com/javakam/git…

Implementation 'ando. The toolkit: the toolkit: 1.3.0'Copy the code

Ando Library Framework (1319KB)

Gitee_client_android 👉 github.com/javakam/git…

'1.3.0 implementation' ando. Library: the library.Copy the code

Ando WebView fixes common WebView bugs (55KB)

AndoWebView 👉 github.com/javakam/And…

Implementation 'ando. Webview: webview: 3.0.0'Copy the code

Create Dialog/DialogFragment (38KB)

DialogManager 👉 github.com/javakam/Dia…

Implementation 'ando. Dialog: core: 1.3.0' implementation 'ando. Dialog: usage: 1.3.0'Copy the code

Ando Gallery Android photo Gallery

GalleryManager 👉 github.com/javakam/Gal…

PictureSelector github.com/LuckSiege/P…

Implementation 'ando. Gallery: gallery: 1.1.0'Copy the code

Ando FileOperator solves Android file management fragmentation (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 (File selector) implementation 'ando. File: compressor: 1.3.8' / / image compression, Core algorithm USES the Luban implementation 'ando. File: android - q: 1.3.8' / / q and 11 compatible library, need additional library: 'androidx. Documentfile: documentfile: 1.0.1'Copy the code