- 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.
- Android Jetpack Annotations (Utility)
library that contains the annotations for Android Jetpack.
- AppCompat (Utility)
support newer Android features on older Android versions.
- 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.
- DataStore (Development Aid)
stores data asynchronously, consistently, and transactionally, overcoming some of the drawbacks of SharedPreferences.
- Documentfile (UI Component)
a library to view a file document.
- 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.
- Lifecycle (Utility)
perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- AndroidX Media (Utility)
share media contents and controls with other apps.
- AndroidX Media3 (Utility)
share media contents and controls with other apps.
- ProfileInstaller (Utility)
AndroidX library that enables libraries to prepopulate ahead of time compilation traces to be read by ART.
- 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.
- Startup (Utility)
AndroidX library to implement a straightforward, performant way to initialize components at app startup.
- Transition (UI Component)
animates motion in the UI with starting and ending layouts.
- Android Jetpack VersionedParcelable (Utility)
Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.
- coil (Utility)
Coroutine Image Loader. An image loading library for Android backed by Kotlin Coroutines.
- apksig (Utility)
aims to simplify APK signing and checking whether APK signatures are expected to verify on Android.
- svg android (Utility)
SVG (Scalable Vector Graphics) library for Android.
- 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.
- ARSCLib (Utility)
Android binary resources read/write library.
- sora-editor (Utility)
code editor library on Android with syntax-highlighting and auto-completion.
- Kotlin (Utility)
The Kotlin Programming Language
- kotlinx.coroutines (Utility)
library support for Kotlin coroutines.
- cascade (UI Component)
builds nested popup menus with smooth height animations.
- Zoomable (UI Component)
Jetpack Compose library that enables contents zooming with pinch gesture.
- OkHttp okio Framework (Utility)
A modern I/O API for Java to make it much easier to access, store, and process your data.
- Eclipse tm4e (Utility)
TextMate and language-configuration support for Java and in Eclipse IDE.
- jcodings (Utility)
Java-based codings helper classes for Joni and JRuby.
- joni (Utility)
Java port of Oniguruma regexp library.
- SnakeYAML Engine (Utility)
a YAML 1.2 processor for the Java Virtual Machine version 8 and higher.
- XML Pull (Utility)
a minimalist API for easy building on top of it SAX, XML pull parsers.
- Reorderable (Utility)