- 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.
- Android Support Library collections (Utility)
standalone efficient collections.
- Constraint Layout Library (Utility)
library to reduce the number of nested views needed.
- 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.
- Documentfile (UI Component)
a library to view a file document.
- 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.
- AndroidX Local Broadcast Manager (Utility)
an application-wide event bus and embraces layer violations in your app: any component may listen events from any other.
- Media (Utility)
share media contents and controls with other apps.
- 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.
- Print (Utility)
a library to print photos, docs, and other graphics and images.
- Android Activity Saved State (Utility)
provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- 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.
- 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.
- network-survey-messaging (Utility)
defines the messages that are sent from the Network Survey Android App.
- MQTT Connection Library (Utility)
provides a simple connection UI as well as logic to perform an MQTT connection in an Android app.
- 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.
- Error Prone (Utility)
a static analysis tool for Java that catches common programming mistakes at compile-time.
- Google Gson (Utility)
A Java serialization/deserialization library to convert Java Objects into JSON and back.
- J2ObjC (Utility)
Java to Objective-C Translator and Runtime.
- 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.
- HiveMQ MQTT Client (Utility)
an MQTT 5.0 and 3.1.1 compatible and feature-rich high-performance Java client library with different API flavours and backpressure support.
- Dagger (Utility)
A fast dependency injector for Android and Java.
- gRPC-Java (Utility)
RPC library and framework.
- Netty Project (Development Framework)
an event-driven asynchronous network application framework.
- RxJava (Utility)
RxJava (Reactive Extensions for the JVM) is a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
- JavaX Annotation API (Utility)
common annotations for the JavaTM Platform API.
- JavaX Dependency Injection (Utility)
specifies a means for obtaining objects in such a way as to maximize reusability, testability and maintainability compared to traditional approaches such as constructors, factories, and service locators (e.g., JNDI). This process, known as dependency injection, is beneficial to most nontrivial applications.
- Checker Framework (Utility)
pluggable type-checking to detect and prevent errors in their Java programs.
- MojoHaus AnimalSniffer Maven Plugin (Utility)
build signatures of APIs and to check your classes against previously generated signatures.
- IntelliJ IDEA (Utility)
- JCTools (Utility)
Java Concurrency Tools for the JVM. This project aims to offer some concurrent data structures currently missing from the JDK.
- Reactive Streams (Utility)
provide a standard for asynchronous stream processing with non-blocking back pressure.
- Timber (Utility)
logger with a small, extensible API which provides utility on top of Android's normal Log class.
- Androidx Fragment (Development Aid)