- 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.
- AndroidX Car App (Utility)
to build navigation, parking, and charging apps for Android Auto.
- Jetpack Compose (Development Framework)
a framework to define UIs programmatically with composable functions that describe its shape and data dependencies.
- 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 Emoji2 Compat (UI Component)
core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.
- 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.
- 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.
- 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.
- Jetpack WindowManager Library (Utility)
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.
- Glide (Utility)
An image loading and caching library for Android focused on smooth scrolling
- MPAndroidChart (Utility)
Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations.
- Google Material Design (Utility)
library to help with material design guidelines.
- Google Gson (Utility)
A Java serialization/deserialization library to convert Java Objects into JSON and back.
- Compose Stability Analyzer (Utility)
Real-time analysis of Jetpack Compose composable functions' stability directly within Android Studio or IntelliJ.
- Landscapist (Utility)
Jetpack Compose image loading library that fetches and displays network images with Glide, Coil, and Fresco.
- OkHttp (Utility)
OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- Compose Multiplatform (Development Framework)
a declarative framework for sharing UIs across multiple platforms with Kotlin.
- MapLibre Native (Map)
requires 5 permissions: android.permission.INTERNET, android.permission.ACCESS_NETWORK_STATE, android.permission.ACCESS_WIFI_STATE, android.permission.ACCESS_COARSE_LOCATION, android.permission.ACCESS_FINE_LOCATION
interactive vector tile maps for iOS, Android and other platforms.
- MapLibre-Java GeoJSON (Map)
a set of utility libraries required for MapLibre GL Native Android SDK.
- prettytime (Utility)
social style date and time formatting for Java.
- Retrofit (Utility)
Type-safe HTTP client for Android and Java by Square, Inc.