- Android Support v4 (Development Framework)
The Android Support Library is not actually a single library, but rather a collection of libraries that can roughly be divided into two groups: compatibility and component libraries. For details, please see
Understanding the Android Support Library.
- Arch (Utility)
helper for other arch dependencies, including JUnit test rules that can be used with LiveData.
- AppCompat (Utility)
support newer Android features on older Android versions.
- Constraint Layout Library (Utility)
library to reduce the number of nested views needed.
- Androidx Core (Utility)
a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.
- Documentfile (UI Component)
a library to view a file document.
- androidx.legacy (Utility)
a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.
- Lifecycle (Utility)
perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- Loader (Utility)
library to load data for your UI that survives configuration changes.
- Preference (Utility)
a library to build interactive settings screens without needing to interact with device storage or manage the UI.
- Print (Utility)
a library to print photos, docs, and other graphics and images.
- Room (Utility)
a persistence library that provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
- Sqlite (Utility)
library that contains abstract interfaces along with basic implementations which can be used to build your own libraries that access SQLite.
- Transition (UI Component)
animates motion in the UI with starting and ending layouts.
- Vectordrawable (UI Component)
AndroidX library to render vector graphics.
- Webkit (Utility)
a static library to use android.webkit APIs that are not available for older platform versions.
- apksig (Utility)
aims to simplify APK signing and checking whether APK signatures are expected to verify on Android.
- Google Material Design (Utility)
library to help with material design guidelines.
- Lazysodium for Android (Utility)
a complete Android implementation of the
Libsodium library that provides developers with a smooth and effortless cryptography experience.
- JNA (Utility)
Java Native Access provides Java programs easy access to native shared libraries without writing anything but Java code no JNI or native code is required.
- Java ADB library (Utility)
a Java library implementation of the ADB (Android Debug Bridge) network protocol.
- libsu (Utility)
library that provides APIs to a Unix (root) shell.
- Lingver (Utility)
a library to manage your application locale and language.
- UnApkm Android (Utility)
utility app to convert apkm files to apks on Android.
- Kotlin (Utility)
The Kotlin Programming Language
- FreeReflection (Utility)
a library to use reflection without any restriction above Android P.
- apk-parser (Utility)
decoding xml file and getting meta infos from apk file.
- Apache Commons (Development Framework)
an Apache project focused on all aspects of reusable Java components.
- Webkit Boundary Interfaces (Utility)
Chromium WebView helpers
- IntelliJ IDEA (Utility)
- OpenPGP API library (Utility)
an API that provides methods to execute OpenPGP operations, such as sign, encrypt, decrypt, verify, and more without user interaction from background threads.