- Android Support v4 (Development Framework) 👁 Image
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) 👁 Image
provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Android Jetpack Annotations (Utility) 👁 Image
library that contains the annotations for Android Jetpack.
- Arch (Utility) 👁 Image
helper for other arch dependencies, including JUnit test rules that can be used with LiveData.
- AppCompat (Utility) 👁 Image
support newer Android features on older Android versions.
- Cardview (UI Component) 👁 Image
AndroidX library to implement the Material Design card pattern with round corners and drop shadows.
- Android Support Library collections (Utility) 👁 Image
standalone efficient collections.
- Jetpack Compose (Development Framework) 👁 Image
a framework to define UIs programmatically with composable functions that describe its shape and data dependencies.
- Concurrent (Utility) 👁 Image
AndroidX library to help move tasks off the main thread with coroutines and take advantage of ListenableFuture.
- Constraint Layout Library (Utility) 👁 Image
library to reduce the number of nested views needed.
- Coordinatorlayout (UI Component) 👁 Image
AndroidX library to position top-level application widgets, such as AppBarLayout and FloatingActionButton.
- Androidx Core (Utility) 👁 Image
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) 👁 Image
static library support version of the framework's CursorAdapter.
- Android Support Library Custom View (UI Component) 👁 Image
a module to implement custom views. Part of the Android Support Library.
- DataStore (Development Aid) 👁 Image
stores data asynchronously, consistently, and transactionally, overcoming some of the drawbacks of SharedPreferences.
- Dynamicanimation (UI Component) 👁 Image
create smooth animations with a physics-based animation API.
- Android Emoji2 Compat (UI Component) 👁 Image
core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.
- Exifinterface (Utility) 👁 Image
a library to read and write image file EXIF tags.
- AndroidX Fragment (UI Component) 👁 Image
AndroidX library to encapsulate part of the user interface or behavior into reusable components.
- Androidx Graphics (Utility) 👁 Image
leverages graphics facilities across multiple Android platform releases.
- Android Lifecycle WorkManager Hilt Extension (Development Aid) 👁 Image
extends the functionality of
Dagger Hilt to enable dependency injection of certain classes from the androidx libraries.
- Interpolator (UI Component) 👁 Image
AndroidX library to use animation interpolators on older platforms.
- Lifecycle (Utility) 👁 Image
perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- Loader (Utility) 👁 Image
library to load data for your UI that survives configuration changes.
- Navigation (Utility) 👁 Image
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.
- Androidx Navigation Event (UI Component) 👁 Image
provides APIs to easily intercept platform navigation events, including swipes and clicks, to provide a consistent API surface for handling these events.
- ProfileInstaller (Utility) 👁 Image
AndroidX library that enables libraries to prepopulate ahead of time compilation traces to be read by ART.
- Room (Utility) 👁 Image
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) 👁 Image
display large sets of data in your UI while minimizing memory usage.
- Android Activity Saved State (Utility) 👁 Image
provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Sqlite (Utility) 👁 Image
library that contains abstract interfaces along with basic implementations which can be used to build your own libraries that access SQLite.
- Tracing (Utility) 👁 Image
AndroidX library to write trace events to the system trace buffer.
- Transition (UI Component) 👁 Image
animates motion in the UI with starting and ending layouts.
- Vectordrawable (UI Component) 👁 Image
AndroidX library to render vector graphics.
- Android Jetpack VersionedParcelable (Utility) 👁 Image
Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.
- Viewpager (UI Component) 👁 Image
AndroidX library to display Views or Fragments in a swipeable format.
- AndroidX Widget ViewPager2 (UI Component) 👁 Image
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) 👁 Image
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) 👁 Image
an API that makes it easy to schedule deferrable, asynchronous tasks that must be run reliably .
- coil (Utility) 👁 Image
Coroutine Image Loader. An image loading library for Android backed by Kotlin Coroutines.
- FasterXML Jackson (Utility) 👁 Image
a fast and compliant streaming JSON parser/writer with a StAX-like API and support for marshalling/unmarshalling POJOs via annotations.
- Google Material Design (Utility) 👁 Image
library to help with material design guidelines.
- Google Core Libraries for Java 6+ (Utility) 👁 Image
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.
- OkHttp (Utility) 👁 Image
OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- Stfalcon ImageViewer (Utility) 👁 Image
full-screen image viewer with shared image transition support, 'pinch to zoom' and 'swipe to dismiss' gestures.
- libsu (Utility) 👁 Image
library that provides APIs to a Unix (root) shell.
- Dagger (Utility) 👁 Image
A fast dependency injector for Android and Java.
- Ktor (Development Framework) 👁 Image
framework for quickly creating connected applications in Kotlin with minimal effort.
- Kotlin (Utility) 👁 Image
The Kotlin Programming Language
- kotlinx.coroutines (Utility) 👁 Image
library support for Kotlin coroutines.
- kotlinx-datetime (Utility) 👁 Image
a multiplatform Kotlin library for working with date and time.
- kotlinx-io (Utility) 👁 Image
a multiplatform Kotlin library providing basic IO primitives.
- Kotlin serialization (Utility) 👁 Image
Kotlin cross-platform / multi-format serialization.
- Shizuku (Utility) 👁 Image
help normal apps using system APIs directly with adb/root privileges through a Java process started with app_process.
- OkHttp okio Framework (Utility) 👁 Image
A modern I/O API for Java to make it much easier to access, store, and process your data.
- Simple Logging Facade for Java (Utility) 👁 Image
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) 👁 Image
using system APIs directly with adb/root privileges from normal apps through a Java process started with app_process.
- Sui (Utility) 👁 Image
a modern super user interface implementation on Android.
- PhotoView (UI Component) 👁 Image
ImageView for Android that supports zooming, by various touch gestures.