- Google Gson (Utility)
A Java serialization/deserialization library to convert Java Objects into JSON and back.
- Android Support v4 (Development Framework)
requires 2 permissions: android.permission.ACCESS_NETWORK_STATE, android.permission.VIBRATE
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.
- Glide (Utility)
requires 2 permissions: android.permission.INTERNET, android.permission.ACCESS_NETWORK_STATE
An image loading and caching library for Android focused on smooth scrolling
- Andengine Game Engine (Game Engine)
requires 2 permissions: android.permission.ACCESS_NETWORK_STATE, android.permission.VIBRATE
- 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.
- Bugsnag exception reporter for AndroidⓉ (Utility)
library that automatically detects crashes in apps, collects diagnostic information and immediately notifies the development team.
- ExoPlayer (Utility)
an extensible media player library for Android
- Google Material Design (Utility)
library to help with material design guidelines.
- VerticalSeekBar (UI Component)
vertical SeekBar class which supports Android 2.3 - 7.x.
- RecyclerView-FastScroll (UI Component)
library for fast scrolling through (long) lists.
- RxPermissions (Utility)
library that allows the usage of RxJava with the new Android M permission model.
- SeekArc (UI Component)
circular SeekBar view for Android.