- Android Support v4 (Development Framework)
requires 4 permissions: android.permission.WAKE_LOCK, android.permission.ACCESS_NETWORK_STATE, android.permission.INTERNET, 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.
- Nine Old Androids (Utility)
Android library for using the Honeycomb animation API on all versions of the platform back to 1.0
- Google Gson (Utility)
A Java serialization/deserialization library to convert Java Objects into JSON and back.
- Joda Time (Utility)
provides a quality replacement for the Java date and time classes.
- JavaX Annotation API (Utility)
common annotations for the JavaTM Platform API.
- mongoDB (Utility)
support for the
MongoDB NoSQL database.
- 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
- 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 v13 (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.
- 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.
- Subsampling Scale Image View (UI Component)
view with pan and zoom gestures for displaying huge images without loss of detail.
- XLog (Utility)
logger for android and java that can concurrently print the log to multiple target like Logcat, console and file.
- Stetho (Utility)
a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.
- BigImageViewer (Utility)
big image viewer supporting pan and zoom, with very little memory usage and full featured image loading choices.
- DBFlow (Utility)
ORM android database library.
- MaterialEditText (Utility)
Material Design for text input.
- OkHttp (Utility)
OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- Bugly Android SDK©Ⓣ (Utility)
Crash report library.
- BetterSpinner (UI Component)
using AutoCompleteTextView to do what a Spinner really should do.
- EasyAdapter (UI Component)
lightweight adapter, simplified use, adapt to all AbsListView, RecyclerView.
- CommonLibrary (Utility)
a collection of tools and common UIs commonly used in project development.
- Glide Transformations (Utility)
- Kotlin (Utility)
The Kotlin Programming Language
- joda-time-android (Utility)
Joda-Time (Java date and time classes) library with Android specialization
- OkHttp okio Framework (Utility)
A modern I/O API for Java to make it much easier to access, store, and process your data.
- EventBus (Utility)
Android optimized event bus that simplifies communication between Activities, Fragments, Threads, Services, etc.
- FlexLayout (UI Component)
library for flexible layouts (which adjust to page width).
- IntelliJ IDEA (Utility)
- Retrofit (Utility)
Type-safe HTTP client for Android and Java by Square, Inc.