- Android Support v4 (Development Framework)
requires 3 permissions: android.permission.ACCESS_NETWORK_STATE, android.permission.WAKE_LOCK, 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.
- Google Gson (Utility)
A Java serialization/deserialization library to convert Java Objects into JSON and back.
- Nine Old Androids (Utility)
Android library for using the Honeycomb animation API on all versions of the platform back to 1.0
- 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
- AndroidAnimations Library (UI Component)
cute view animation collection.
- Apache Common (Development Framework)
an Apache project focused on all aspects of reusable Java components.
- Android Design Support Library (Utility)
provides APIs to support additional important material design components and patterns to applications beyond those covered by the Android framework, to all devices running Android 2.1 or later.
- Android Support v7 (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.
- Butter Knife (Utility)
binds Android views and callbacks to fields and methods.
- Android Easing Functions (Utility)
library which helps to make animations easier.
- Stetho (Utility)
a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.
- Frodo (Utility)
library for Logging RxJava Observables and Subscribers.
- Android FillableLoaders (UI Component)
library providing an interesting fillable progress view working with SVG paths.
- 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.
- AboutIt (Utility)
About-page creator for Android.
- OkHttp (Utility)
OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- SQLBrite (Utility)
lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.
- Bugly Android SDKⒹⓉ (Utility)
Crash report library.
- AwesomeSplash (UI Component)
awesome-looking customizable splash screen.
- Dagger (Utility)
A fast dependency injector for Android and Java.
- CircleImageView (UI Component)
circular ImageView for Android (displays images in circles, like „heads-up“).
- Cube SDK (Utility)
handles loading image and network request.
- CircularReveal (UI Component)
Lollipop ViewAnimationUtils.createCircularReveal for Android 4.0+.
- JavaX Annotation API (Utility)
common annotations for the JavaTM Platform API.
- 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.
- 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.
- Timber (Utility)
logger with a small, extensible API which provides utility on top of Android's normal Log class.