- 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.
- 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.
- MPAndroidChart (Utility)
Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations.
- Google Maps API©Ⓝ (Map)
API to automatically handle access to Google Maps servers, data downloading, map display, and response to map gestures.
- 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.
- FirebaseⓃ© (Utility)
- Maps SDK for AndroidⓃ (Map)
utilities that are useful for a wide range of applications using the
Google Maps Android API (historically, this package name was used for Google Maps API v1).
- GraphView (UI Component)
Android Graph Library for creating zoomable and scrollable line and bar graphs.
- ZXing Android Embedded (Utility)
Barcode scanning library for Android, using ZXing for decoding.
- Dexter (Utility)
library that simplifies the process of requesting permissions at runtime.
- MaterialSearchView (UI Component)
a library to implement SearchView in a Material Design Approach.
- OkHttp (Utility)
OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- Picasso (Utility)
image downloading and caching library.
- Welcome (UI Component)
an easy to use and customizable welcome screen.
- MaterialScrollBar (UI Component)
library that brings the Material Design 5.1 sidebar to pre-5.1 devices.
- FlipView (UI Component)
a ViewGroup (FrameLayout) that is designed to display 2 views/layouts by flipping the front one in favor of the back one, and vice versa.
- CircularReveal (UI Component)
Lollipop ViewAnimationUtils.createCircularReveal for Android 4.0+.
- Ktor (Development Framework)
framework for quickly creating connected applications in Kotlin with minimal effort.
- Kotlin (Utility)
The Kotlin Programming Language
- kotlinx.coroutines (Utility)
library support for Kotlin coroutines.
- ColorPickerPreference (UI Component)
create color picker in preferences.
- KOIN (Utility)
a small library to lets you write dependency injection in a concise and pragmatic way.
- android-gif-drawable (Utility)
Views and Drawable for displaying animated GIFs on Android.
- FilePicker (UI Component)
a library to select files/directories from device storage.
- FabTransitionActivity (UI Component)
fab animation library.
- PING place picker (UI Component)
an almost plug and play replacement for Google's Place Picker.