- JavaX Annotation API (Utility)
common annotations for the JavaTM Platform API.
- 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.
- 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.
- Media (Utility)
share media contents and controls with other apps.
- Print (Utility)
a library to print photos, docs, and other graphics and images.
- Vectordrawable (UI Component)
AndroidX library to render vector graphics.
- ModularAdapter (Utility)
an improved RecyclerView.Adapter.
- SortedListAdapter (Utility)
an improved RecyclerView.Adapter.
- RecyclerView-FastScroll (UI Component)
library for fast scrolling through (long) lists.
- ChromeLikeTabSwitcher (UI Component)
library which provides a tab switcher similar to the one, which is used in Google Chrome on Android.
- AndroidUtil (Utility)
various utility classes for use in Android app development.
- LicensesDialog (UI Component)
an open source library to display licenses of third-party libraries in an Android app.
- Color-O-Matic (UI Component)
Color Picker dialog for Android 9+ based on VintageChroma by Pavel Sikun.
- Kotlin (Utility)
The Kotlin Programming Language
- EventBus (Utility)
Android optimized event bus that simplifies communication between Activities, Fragments, Threads, Services, etc.
- IntelliJ IDEA (Utility)