- 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.
- 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.
- Preference (Utility)
a library to build interactive settings screens without needing to interact with device storage or manage the UI.
- Room (Utility)
a persistence library that provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
- SparkButton (UI Component)
a highly customizable and lightweight library that allows you to create a button with animation effect similar to Twitter's heart animation.
- Coil (Utility)
an image loading library for Android backed by Kotlin Coroutines.
- Glide (Utility)
An image loading and caching library for Android focused on smooth scrolling
- Google Material Design (Utility)
library to help with material design guidelines.
- OkHttp (Utility)
OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- uCrop (Utility)
an image cropping library.
- Fotoapparat (Utility)
Camera API which does not allow you to shoot yourself in the foot.
- Kotlin (Utility)
The Kotlin Programming Language
- kotlinx.coroutines (Utility)
library support for Kotlin coroutines.
- CircleIndicator (UI Component)
lightweight viewpager indicator like in nexus 5 launcher.
- Pix (UI Component)
a Whatsapp image picker replica.