- 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.
- 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.
- Vectordrawable (UI Component)
AndroidX library to render vector graphics.
- Fuel (Utility)
HTTP networking library for Kotlin/Android.
- Result (Utility)
a tiny framework for modelling success/failure of operations in Kotlin.
- Kotlin (Utility)
The Kotlin Programming Language
- kotlinx.coroutines (Utility)
library support for Kotlin coroutines.
- IntelliJ IDEA (Utility)
- MessagePack for Java (Utility)
MessagePack serializer implementation (a fast and compact alternative of JSON).
- Timber (Utility)
logger with a small, extensible API which provides utility on top of Android's normal Log class.
- StickerView (UI Component)
a view which can add sticker and zoom, drag, flip, delete it.