- Android Support v4 (Development Framework)
requires 4 permissions: android.permission.ACCESS_NETWORK_STATE, android.permission.INTERNET, 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.
- Nostra13 Image Loading (Utility)
requires 1 permissions: android.permission.INTERNET
- Nine Old Androids (Utility)
Android library for using the Honeycomb animation API on all versions of the platform back to 1.0
- OkHttp (Utility)
requires 1 permissions: android.permission.INTERNET
OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- 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.
- Material Dialogs (UI Component)
library to help building dialogs that meet the Material Design standards, including e.g. progress display, multiple-choice selections with check-boxes, password (and other) text input.
- Material Menu (UI Component)
- Universal Image Loader (Utility)
library for loading, caching and displaying images on Android.
- Android Persistent Search Library (Utility)
clone of the Google Now/Maps/Play persistent search bar.
- CircleImageView (UI Component)
circular ImageView for Android (displays images in circles, like „heads-up“).
- MaterialProgressBar (UI Component)
Material Design ProgressBar with consistent appearance.
- OkHttp okio Framework (Utility)
A modern I/O API for Java to make it much easier to access, store, and process your data.
- jsoup (Utility)
a Java library for working with real-world HTML. It provides an API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods.
- retrofit RESTful Library (Utility)
a type-safe HTTP client for Android and Java.