- 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.
- 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.
- Autofill (Utility)
improve autofill accuracy via extending hints.
- Browser (Utility)
display webpages in the user's default browser.
- Android Support Library collections (Utility)
standalone efficient collections.
- Jetpack Compose (Development Framework)
a framework to define UIs programmatically with composable functions that describe its shape and data dependencies.
- Concurrent (Utility)
AndroidX library to help move tasks off the main thread with coroutines and take advantage of ListenableFuture.
- 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.
- AndroidX Cursor Adapter (Utility)
static library support version of the framework's CursorAdapter.
- Android Support Library Custom View (UI Component)
a module to implement custom views. Part of the Android Support Library.
- Drawerlayout (UI Component)
AndroidX library to implement a Material Design drawer widget.
- Android Emoji2 Compat (UI Component)
core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.
- Exifinterface (Utility)
a library to read and write image file EXIF tags.
- 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 Inspection (Utility)
- Interpolator (UI Component)
AndroidX library to use animation interpolators on older platforms.
- 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.
- 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.
- ResourceInspection (Development Aid)
AndroidX library to surface the attributes of custom views in Android Studio’s Live Layout Inspector.
- 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.
- AndroidX Security (Utility)
AndroidX library to safely manage keys and encrypt files and sharedpreferences.
- Sqlite (Utility)
library that contains abstract interfaces along with basic implementations which can be used to build your own libraries that access SQLite.
- Startup (Utility)
AndroidX library to implement a straightforward, performant way to initialize components at app startup.
- Tracing (Utility)
AndroidX library to write trace events to the system trace buffer.
- 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.
- WorkManager (Utility)
an API that makes it easy to schedule deferrable, asynchronous tasks that must be run reliably .
- voyager (Utility)
a pragmatic navigation library for Jetpack Compose.
- Stately (Development Aid)
a state utility library to facilitate state management in Kotlin Multiplatform.
- coil (Utility)
Coroutine Image Loader. An image loading library for Android backed by Kotlin Coroutines.
- Colormath (Development Aid)
Multiplatform color space conversions for Kotlin.
- Colorpicker Compose (UI Component)
Jetpack Compose color picker library for getting colors from any images by tapping on the desired color.
- Accompanist (Utility)
a collection of extension libraries for Jetpack Compose.
- 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.
- Tink (Utility)
a multi-language, cross-platform library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
- Ksoup (Utility)
a lightweight Kotlin Multiplatform library for parsing HTML, extracting HTML tags, attributes, and text, and encoding and decoding HTML entities.
- Multiplatform Settings (Utility)
a Kotlin library for Multiplatform apps, so that common code can persist key-value data.
- Poko (Development Aid)
a Kotlin compiler plugin that generates equals, hashCode, and toString for plain old Kotlin objects in public APIs.
- Ktor (Development Framework)
framework for quickly creating connected applications in Kotlin with minimal effort.
- Kotlin (Utility)
The Kotlin Programming Language
- AtomicFU (Utility)
the idiomatic way to use atomic operations in Kotlin.
- kotlinx.coroutines (Utility)
library support for Kotlin coroutines.
- Kotlin serialization (Utility)
Kotlin cross-platform / multi-format serialization.
- OkHttp okio Framework (Utility)
A modern I/O API for Java to make it much easier to access, store, and process your data.
- Bouncy Castle (Utility)
a collection of APIs used in cryptography. Also see
Wikipedia.
- IntelliJ IDEA (Utility)
- KOIN (Utility)
a small library to lets you write dependency injection in a concise and pragmatic way.
- 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.
- UnifiedPush android-connector (Utility)
a library that can be used by an end user application to receive notifications from any unified push provider.