- Google Gson (Utility)
A Java serialization/deserialization library to convert Java Objects into JSON and back.
- FabricⓉ (Development Framework)
requires 2 permissions: android.permission.INTERNET, android.permission.ACCESS_NETWORK_STATE
- Android Support v4 (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.
- Constraint Layout Library (Utility)
library to reduce the number of nested views needed.
- AppCompat (Utility)
support newer Android features on older Android versions.
- 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.
- androidx.legacy (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.
- Lottie for Android (UI Component)
Render After Effects animations natively.
- Paris (Utility)
lets you define and apply styles programmatically to Android views, including custom attributes.
- 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.
- Google Material Design (Utility)
library to help with material design guidelines.
- Google Core Libraries for Java 6+ (Utility)
a set of core libraries that includes new collection types (such as multimap and multiset), immutable collections, a graph library, functional types, an in-memory cache, and APIs/utilities for concurrency, I/O, hashing, primitives, reflection, string processing, and much more.
- FirebaseⓃⒹ (Utility)
- Mapbox Android SDK (Map)
integrating
Mapbox into Android apps (for custom online maps).
- CircularImageView (UI Component)
allows to realize a circular ImageView in the simplest way possible.
- ToggleButtonGroup (UI Component)
a container of toggle buttons, supports multiple / single selection and button customization.
- OkHttp (Utility)
OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- Picasso (Utility)
image downloading and caching library.
- Calligraphy (UI Component)
custom fonts in Android the easy way...
- ViewPump (Utility)
installs a custom LayoutInflater via a ContextThemeWrapper and provides an API of pre/post-inflation interceptors.
- Kotlin (Utility)
The Kotlin Programming Language
- MaterialEditText (UI Component)
Material Design EditText with a delightful linear ripple in background.
- 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.
- IntelliJ IDEA (Utility)
- prettytime (Utility)
social style date and time formatting for Java.
- 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.