- 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.
- 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.
- Navigation (Utility)
a framework for navigating between 'destinations' within an Android application that provides a consistent API whether destinations are implemented as Fragments, Activities, or other components.
- 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.
- Sqlite (Utility)
library that contains abstract interfaces along with basic implementations which can be used to build your own libraries that access SQLite.
- Transition (UI Component)
animates motion in the UI with starting and ending layouts.
- Vectordrawable (UI Component)
AndroidX library to render vector graphics.
- 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.
- Google Gson (Utility)
A Java serialization/deserialization library to convert Java Objects into JSON and back.
- JSch - Java Secure Channel (Utility)
a pure Java implementation of SSH2 to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc.
- 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.
- Retrofit (Utility)
Type-safe HTTP client for Android and Java by Square, Inc.
- Lingver (Utility)
a library to manage your application locale and language.