- 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.
- 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.
- 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.
- Exifinterface (Utility)
a library to read and write image file EXIF tags.
- 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.
- Media (Utility)
share media contents and controls with other apps.
- Vectordrawable (UI Component)
AndroidX library to render vector graphics.
- fastjson (Utility)
fast JSON parser/generator for Java.
- Glide (Utility)
An image loading and caching library for Android focused on smooth scrolling
- ExoPlayer (Utility)
an extensible media player library for Android
- OkHttp (Utility)
OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- CircleImageView (UI Component)
circular ImageView for Android (displays images in circles, like „heads-up“).
- OkHttp okio Framework (Utility)
A modern I/O API for Java to make it much easier to access, store, and process your data.
- IntelliJ IDEA (Utility)
- android-gif-drawable (Utility)
Views and Drawable for displaying animated GIFs on Android.
- Droidsonroids ReLinker (Utility)
a robust native library loader for Android.