- Android Support v4 (Development Framework)
requires 4 permissions: android.permission.VIBRATE, android.permission.ACCESS_NETWORK_STATE, android.permission.INTERNET, android.permission.WAKE_LOCK
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.
- Nostra13 Image Loading (Utility)
requires 1 permissions: android.permission.INTERNET
- PhotoView (Utility)
ImageView for Android that supports zooming, by various touch gestures.
- Nine Old Androids (Utility)
Android library for using the Honeycomb animation API on all versions of the platform back to 1.0
- 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.
- Universal Image Loader (Utility)
library for loading, caching and displaying images on Android.
- Android System Bar Tint (Utility)
apply background tinting to the Android system UI when using KitKat translucent modes.
- CustomSwipeRefreshLayout (UI Component)
a modified version of android.support.v4.widget.SwipeRefreshLayout, which supports custom refresh headview which contains the images, texts and animations.
- android-i18n-plurals (Utility)
alternative handling of Android Quantity Strings (Plurals).
- SlidingMenu (UI Component)
- OkHttp (Utility)
OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- Android-Support-Preference-V7-Fix (Utility)
temporary fix for Android preference-v7 support library.
- Retro-ActionBar (UI Component)
provides a reusable action bar component.
- Retro-PopupMenu (UI Component)
library to create popup menu with Android 1.6+.
- Emojicon with Twemoji pack (UI Component)
a library to show Twemoji in TextView, EditText for old Android devices.
- OkHttp okio Framework (Utility)
A modern I/O API for Java to make it much easier to access, store, and process your data.
- ACRAⓉ (Utility)
Application Crash Reports for Android. By default, sends Crash reports silently without informint the user, but can be configured to ask first.
- Android flow layout (UI Component)
Linear layout, that wrap its content to the next line if there is no space in the current line.
- httpclient (Utility)
a wrapper library around Android's HttpUrlConnection.