- Google Gson (Utility)
A Java serialization/deserialization library to convert Java Objects into JSON and back.
- Joda Time (Utility)
provides a quality replacement for the Java date and time classes.
- PrettyTime (Utility)
social style date and time formatting for Java.
- 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.
- Constraint Layout Library (Utility)
library to reduce the number of nested views needed.
- AppCompat (Utility)
support newer Android features on older Android versions.
- 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.
- androidx.legacy (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.
- Glide (Utility)
An image loading and caching library for Android focused on smooth scrolling
- Google Mobile Services© (Development Framework)
Google Mobile Services in terms of the Android library refers to
Google Play Services, a proprietary background service and API package for Android devices which is
not part of the Android Open Source Project (AOSP). The library does not contain those services (i.e. it usually requires the Google Framework, often referred to as „GApps“, being installed on the device), but allows an app to communicate with them. Be aware this usually goes along with transferring at least parts of your personal data to the Google network.
- Google Play OSS-Licenses (UI Component)
scans the AAR and JAR dependencies in the project at compile time and provides a list of found licenses to present to the user.
- Google Material Design (Utility)
library to help with material design guidelines.
- Google Core Libraries for Java 6+ (Utility)
a set of core libraries that includes new collection types (such as multimap and multiset), immutable collections, a graph library, functional types, an in-memory cache, and APIs/utilities for concurrency, I/O, hashing, primitives, reflection, string processing, and much more.
- Kotlin Coroutine Adapter (Utility)
a Retrofit 2 CallAdapter.Factory for Kotlin coroutine's Deferred.
- OkHttp (Utility)
OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- Kotlin (Utility)
The Kotlin Programming Language
- kotlinx.coroutines (Utility)
library support for Kotlin coroutines.
- 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)
- KOIN (Utility)
a small library to lets you write dependency injection in a concise and pragmatic way.
- Retrofit (Utility)
Type-safe HTTP client for Android and Java by Square, Inc.
- Timber (Utility)
logger with a small, extensible API which provides utility on top of Android's normal Log class.