- 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.
- 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.
- DataStore (Development Aid)
stores data asynchronously, consistently, and transactionally, overcoming some of the drawbacks of SharedPreferences.
- 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.
- 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.
- 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.
- Android Internal APIs (Utility)
- android-kxml2 (Utility)
- Dot Lottie Android (Utility)
requires 2 permissions: android.permission.WRITE_EXTERNAL_STORAGE, android.permission.INTERNET
a new lottie player that relies on ThorVG for rendering.
- 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.
- asn-one (Utility)
a pure Java implementation of an ASN.1 encoder and decoder supporting the BER and DER encoding rules of the bytestream.
- sshj (Utility)
SSHv2 library for Java.
- smbj (Utility)
Server Message Block (SMB2, SMB3) implementation in Java.
- SMBJ-RPC (Utility)
DCE-RPC implementation capable of using SMBv2 via SMBJ to invoke remote procedure calls (RPC) over the IPC$ named pipe.
- OkHttp (Utility)
OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- 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.
- libsu (Utility)
library that provides APIs to a Unix (root) shell.
- Wutka DTD (Development Aid)
- PickYou (UI Component)
requires 3 permissions: android.permission.QUERY_ALL_PACKAGES, android.permission.READ_EXTERNAL_STORAGE, android.permission.WRITE_EXTERNAL_STORAGE
a file picker module with the style of Material You.
- Sardine next (Utility)
a WebDAV client for Android, using OkHttp as HTTP client.
- Javax XML (Utility)
XML processing.
- Kotlin (Utility)
The Kotlin Programming Language
- kotlinx.coroutines (Utility)
library support for Kotlin coroutines.
- Kotlin serialization (Utility)
Kotlin cross-platform / multi-format serialization.
- Android Core Library (Utility)
Android Core Library
- MBassador (Utility)
powerful event-bus optimized for high throughput in multi-threaded applications. Features: Sync and Async event publication, weak/strong references, event filtering, annotation driven.
- Zip4j (Utility)
Java open-source library to handle Zip files.
- sshj (Utility)
SSHv2 library for Java: ssh, scp and sftp.
- Apache Commons (Development Framework)
an Apache project focused on all aspects of reusable Java components.
- Bouncy Castle (Utility)
a collection of APIs used in cryptography. Also see
Wikipedia.
- Simple (Utility)
high performance XML serialization and configuration framework for Java.
- XML Pull (Utility)
a minimalist API for easy building on top of it SAX, XML pull parsers.
- Retrofit (Utility)
Type-safe HTTP client for Android and Java by Square, Inc.