- Google Gson (Utility)
A Java serialization/deserialization library to convert Java Objects into JSON and back.
- Glide (Utility)
requires 3 permissions: android.permission.INTERNET, android.permission.ACCESS_NETWORK_STATE, android.permission.VIBRATE
An image loading and caching library for Android focused on smooth scrolling
- 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.
- Butter Knife (Utility)
binds Android views and callbacks to fields and methods.
- FloatingActionButton (UI Component)
Android Floating Action Button based on Material Design specification.
- 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.
- Dagger (Utility)
A fast dependency injector for Android and Java.
- JavaX Dependency Injection (Utility)
specifies a means for obtaining objects in such a way as to maximize reusability, testability and maintainability compared to traditional approaches such as constructors, factories, and service locators (e.g., JNDI). This process, known as dependency injection, is beneficial to most nontrivial 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)
- Retrofit (Utility)
Type-safe HTTP client for Android and Java by Square, Inc.
- PhotoView (UI Component)
ImageView for Android that supports zooming, by various touch gestures.