- 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.
- AndroidX Activity (Utility)
provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- AppCompat (Utility)
support newer Android features on older Android versions.
- Autofill (Utility)
improve autofill accuracy via extending hints.
- Biometric (Utility)
authenticate with biometrics or device credentials, and perform cryptographic operations.
- 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.
- Jetpack Compose (Development Framework)
a framework to define UIs programmatically with composable functions that describe its shape and data dependencies.
- 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.
- Android Support Library Custom View (UI Component)
a module to implement custom views. Part of the Android Support Library.
- Databinding (Utility)
bind UI components in your layouts to data sources in your app using a declarative format.
- Drawerlayout (UI Component)
AndroidX library to implement a Material Design drawer widget.
- Dynamicanimation (UI Component)
create smooth animations with a physics-based animation API.
- 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.
- Androidx Graphics (Utility)
leverages graphics facilities across multiple Android platform releases.
- 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.
- Navigation (Utility)
a framework for navigating between 'destinations' within an Android application that provides a consistent API whether destinations are implemented as Fragments, Activities, or other components.
- 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.
- Android Activity Saved State (Utility)
provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Slidingpanelayout (UI Component)
AndroidX library to implement a sliding pane UI pattern.
- Startup (Utility)
AndroidX library to implement a straightforward, performant way to initialize components at app startup.
- Swiperefreshlayout (UI Component)
implemtation of the swipe-to-refresh UI pattern.
- Transition (UI Component)
animates motion in the UI with starting and ending layouts.
- Vectordrawable (UI Component)
AndroidX library to render vector graphics.
- Android Jetpack VersionedParcelable (Utility)
Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.
- Viewpager (UI Component)
AndroidX library to display Views or Fragments in a swipeable format.
- 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.
- Webkit (Utility)
a static library to use android.webkit APIs that are not available for older platform versions.
- 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.
- WorkManager (Utility)
an API that makes it easy to schedule deferrable, asynchronous tasks that must be run reliably .
- Coil (Utility)
an image loading library for Android backed by Kotlin Coroutines.
- LibChecker-Rules-Bundle (Utility)
makes it easy to use
LibChecker marked libraries rules in your apps.
- Lottie for Android (UI Component)
Render After Effects animations natively.
- CodeView (Utility)
library to make it easy to create your CodeEditor or IDE for any programming language.
- Google PlayⓃ (App Market)
the Google Play Store app and its components/libraries.
- Glide (Utility)
An image loading and caching library for Android focused on smooth scrolling
- MPAndroidChart (Utility)
Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations.
- Accompanist (Utility)
a collection of extension libraries for Jetpack Compose.
- Google Material Design (Utility)
library to help with material design guidelines.
- Google Core Libraries for Java 6+ (Utility)
a set of core libraries that includes new collection types (such as multimap and multiset), immutable collections, a graph library, functional types, an in-memory cache, and APIs/utilities for concurrency, I/O, hashing, primitives, reflection, string processing, and much more.
- Google Gson (Utility)
A Java serialization/deserialization library to convert Java Objects into JSON and back.
- 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.
- MaterialSearchView (UI Component)
a library to implement SearchView in a Material Design Approach.
- NoNonsense-FilePicker (UI Component)
a file/directory-picker for android.
- RecyclerView-FastScroll (UI Component)
library for fast scrolling through (long) lists.
- OkHttp (Utility)
OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- Auto.js (Utility)
a UiAutomator on android, does not need root access.
- MMKV (Utility)
small mobile key-value storage framework developed by WeChat.
- libsu (Utility)
library that provides APIs to a Unix (root) shell.
- LicensesDialog (UI Component)
an open source library to display licenses of third-party libraries in an Android app.
- Snapper (UI Component)
a library which brings snapping to the Compose scrolling layouts (currently only LazyColumn and LazyRow).
- libxposed service (Utility)
the communication interface between Xposed framework and module app noumena.
- Kotlin (Utility)
The Kotlin Programming Language
- TimeDurationPicker (UI Component)
time duration input control and picker dialog as known from Lollipop's stock timer app.
- 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.
- Webkit Boundary Interfaces (Utility)
Chromium WebView helpers
- Easy Rules (Utility)
simple, stupid rules engine for Java.
- MLEV (Utility)
MVFLEX Expression Language.
- Simple Logging Facade for Java (Utility)
abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing to plug in the desired logging framework at deployment time.
- Shizuku API (Utility)
using system APIs directly with adb/root privileges from normal apps through a Java process started with app_process.
- Fuzzy Date Formatter (Utility)
a simple formatter library which formats dates in a fuzzy form for display in apps.
- Thanox Sec Module© (Utility)
proprietary part of the
Thanox application