- Apache Common (Development Framework)
requires 1 permissions: android.permission.INTERNET
an Apache project focused on all aspects of reusable Java components.
- 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.
- Browser (Utility)
display webpages in the user's default browser.
- 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.
- Documentfile (UI Component)
a library to view a file document.
- Exifinterface (Utility)
a library to read and write image file EXIF tags.
- 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.
- 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.
- Preference (Utility)
a library to build interactive settings screens without needing to interact with device storage or manage the UI.
- Print (Utility)
a library to print photos, docs, and other graphics and images.
- Transition (UI Component)
animates motion in the UI with starting and ending layouts.
- Vectordrawable (UI Component)
AndroidX library to render vector graphics.
- Android PagerSlidingTabStrip (UI Component)
- Glide (Utility)
An image loading and caching library for Android focused on smooth scrolling
- svg android (Utility)
SVG (Scalable Vector Graphics) library for Android.
- Firebase Data TransportⓃ (Utility)
Firebase Data Transport is part of Google’s Firebase SDK.
- ExoPlayer (Utility)
an extensible media player library for Android
- FlexboxLayout (Utility)
- 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 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.
- FirebaseⓃ (Utility)
- ZXing ('Zebra Crossing') (Utility)
ZXing („zebra crossing“) is an open-source, multi-format 1D/2D barcode image processing library.
- Color Picker (UI Component)
a highly customizable color picker which supports alpha and allows you to set your own presets.
- SwipyRefreshLayout (UI Component)
A SwipeRefreshLayout extension that allows to swipe in both directions.
- OkHttp (Utility)
OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- DragListView (UI Component)
Drag and drop to reorder items in a list, grid or board for Android. Also supports swiping items in a list.
- Calligraphy (UI Component)
custom fonts in Android the easy way...
- ViewPump (Utility)
installs a custom LayoutInflater via a ContextThemeWrapper and provides an API of pre/post-inflation interceptors.
- 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.
- ToastCompat (UI Component)
library to hook and fix Toast BadTokenException
- QRGen (Utility)
a simple QRCode generation api for java built on top ZXING
- OkHttp okio Framework (Utility)
A modern I/O API for Java to make it much easier to access, store, and process your data.
- Conscrypt (Utility)
a Java Security Provider (JSP) that implements parts of the Java Cryptography Extension (JCE) and Java Secure Socket Extension (JSSE). It uses BoringSSL to provide cryptographic primitives and Transport Layer Security (TLS) for Java applications on Android and OpenJDK.
- Hjson for Java (Utility)
the Human JSON. A configuration file format for humans. Relaxed syntax, fewer mistakes, more comments.
- IntelliJ IDEA (Utility)
- Anko (Development Framework)
library with common helpers (dialogs, logging etc), layouts, SQLite helpers, and more.
- Kotlin coroutines await extension for OkHttp3 (Utility)
a small library that provides await() extension for okhttp3.Call for integration with Kotlin coroutines.