- 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.
- Android Jetpack Annotations (Utility)
library that contains the annotations for Android Jetpack.
- AppCompat (Utility)
support newer Android features on older Android versions.
- Browser (Utility)
display webpages in the user's default browser.
- Cardview (UI Component)
AndroidX library to implement the Material Design card pattern with round corners and drop shadows.
- Constraint Layout Library (Utility)
library to reduce the number of nested views needed.
- Coordinatorlayout (UI Component)
AndroidX library to position top-level application widgets, such as AppBarLayout and FloatingActionButton.
- 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.
- Databinding (Utility)
bind UI components in your layouts to data sources in your app using a declarative format.
- Android Emoji2 Compat (UI Component)
core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.
- AndroidX Fragment (UI Component)
AndroidX library to encapsulate part of the user interface or behavior into reusable components.
- Lifecycle (Utility)
perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- Preference (Utility)
a library to build interactive settings screens without needing to interact with device storage or manage the UI.
- ProfileInstaller (Utility)
AndroidX library that enables libraries to prepopulate ahead of time compilation traces to be read by ART.
- 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.
- Recyclerview (Utility)
display large sets of data in your UI while minimizing memory usage.
- Startup (Utility)
AndroidX library to implement a straightforward, performant way to initialize components at app startup.
- Android Jetpack VersionedParcelable (Utility)
Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.
- AndroidX Widget ViewPager2 (UI Component)
replaces AndroidX ViewPager, addressing most of its predecessor’s pain-points, including right-to-left layout support, vertical orientation, modifiable Fragment collections, etc.
- Jetpack WindowManager Library (Utility)
enables application developers to support new device form factors and multi-window environments. The library provides a common API surface for API versions 14 and later. Especially provides additional functionality on foldable devices.
- Absinthe Libraries (Utility)
a collection of little helpers for Java and Kotlin.
- LibChecker-Rules-Bundle (Development Aid)
makes it easy to use
LibChecker marked libraries rules in your apps.
- Lottie for Android (UI Component)
Render After Effects animations natively.
- BRVAH (UI Component)
powerful and flexible RecyclerAdapter.
- about-page (Utility)
- MPAndroidChart (Utility)
Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations.
- FlexboxLayout (Utility)
- Google Material Design (Utility)
library to help with material design guidelines.
- Tink (Utility)
a multi-language, cross-platform library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
- Google Protocol Buffers (Utility)
library that deals with Protocol Buffers (a.k.a., protobuf) – Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.
- Process Phoenix (Utility)
facilitates restarting your application process (like a Phoenix from the ashes).
- OkHttp (Utility)
OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- AppIconLoader (UI Component)
app icon loader from AOSP Launcher3 iconloaderlib, with optional Glide and Coil integration.
- Shizuku (Utility)
help normal apps using system APIs directly with adb/root privileges through a Java process started with app_process.
- Apache Commons (Development Framework)
an Apache project focused on all aspects of reusable Java components.
- AndroidHiddenApiBypass (Utility)
library to bypass restrictions on non-SDK interfaces.
- Rikka Libs (Utility)
collection of libraries.
- RikkaX (Utility)
a collection of libraries used in Rikka apps.
- Shizuku API (Utility)
using system APIs directly with adb/root privileges from normal apps through a Java process started with app_process.