- 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.
- CameraX (Utility)
an addition to Android Jetpack that makes it easier to add camera capabilities.
- 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.
- 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.
- Coil (Utility)
an image loading library for Android backed by Kotlin Coroutines.
- Aire (Utility)
Fast & Simple image processing library.
- JXL (JPEG XL) Coder (Utility)
allows to decode and encode JPEG XL (JXL) images.
- JP2 for Android (Utility)
JPEG-2000 image encoder/decoder for Android based on OpenJPEG.
- APNG4Android (Utility)
Android animation support for APNG & Animated WebP & Gif,High performance
- Google Material Design (Utility)
library to help with material design guidelines.
- Tesseract Tools for Android (Utility)
a set of Android APIs and build files for the Tesseract OCR and Leptonica image processing libraries.
- ZXing Android Embedded (Utility)
Barcode scanning library for Android, using ZXing for decoding.
- AVIF/HEIF Coder (Utility)
provides a simple interface to decode or encode ( create ) AVIF and HEIF images for Android.
- OkHttp (Utility)
OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- Android Document Scanner (Utility)
requires 2 permissions: android.permission.WRITE_EXTERNAL_STORAGE, android.permission.READ_EXTERNAL_STORAGE
a library to scan documents.
- Capturable (Utility)
a Jetpack Compose utility library for capturing Composable content and transforming it into Bitmap Image.
- quickie (Utility)
requires 1 permissions: android.permission.CAMERA
a Quick Response (QR) Code scanning library for Android that is based on CameraX and ML Kit on-device barcode detection.
- GPUImage for Android (Utility)
filters based on OpenGL.
- Kotlin (Utility)
The Kotlin Programming Language
- Zoomable (UI Component)
Jetpack Compose library that enables contents zooming with pinch gesture.
- Android-TiffBitmapFactory (Utility)
library that allows opening and saving images in *.tif format.
- OpenCV (Utility)
an open source computer vision and machine learning software library.
- ImageToolboxLibs (Utility)
- Trickle (Utility)
- Jpegli encoder for android (Utility)