- Google Gson (Utility)
A Java serialization/deserialization library to convert Java Objects into JSON and back.
- 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.
- AndroidX Activity (Utility)
provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Android Jetpack Annotations (Utility)
library that contains the annotations for Android Jetpack.
- Arch (Utility)
helper for other arch dependencies, including JUnit test rules that can be used with LiveData.
- AppCompat (Utility)
support newer Android features on older Android versions.
- Browser (Utility)
display webpages in the user's default browser.
- Cardview (UI Component)
AndroidX library to implement the Material Design card pattern with round corners and drop shadows.
- Android Support Library collections (Utility)
standalone efficient collections.
- Constraint Layout Library (Utility)
library to reduce the number of nested views needed.
- Coordinatorlayout (UI Component)
AndroidX library to position top-level application widgets, such as AppBarLayout and FloatingActionButton.
- 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 Cursor Adapter (Utility)
static library support version of the framework's CursorAdapter.
- Android Support Library Custom View (UI Component)
a module to implement custom views. Part of the Android Support Library.
- Drawerlayout (UI Component)
AndroidX library to implement a Material Design drawer widget.
- Android Emoji2 Compat (UI Component)
core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.
- Exifinterface (Utility)
a library to read and write image file EXIF tags.
- AndroidX Fragment (UI Component)
AndroidX library to encapsulate part of the user interface or behavior into reusable components.
- Interpolator (UI Component)
AndroidX library to use animation interpolators on older platforms.
- Lifecycle (Utility)
perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- Loader (Utility)
library to load data for your UI that survives configuration changes.
- Preference (Utility)
a library to build interactive settings screens without needing to interact with device storage or manage the UI.
- Recyclerview (Utility)
display large sets of data in your UI while minimizing memory usage.
- Android Activity Saved State (Utility)
provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Startup (Utility)
AndroidX library to implement a straightforward, performant way to initialize components at app startup.
- Swiperefreshlayout (UI Component)
implemtation of the swipe-to-refresh UI pattern.
- Tracing (Utility)
AndroidX library to write trace events to the system trace buffer.
- Transition (UI Component)
animates motion in the UI with starting and ending layouts.
- Vectordrawable (UI Component)
AndroidX library to render vector graphics.
- Android Jetpack VersionedParcelable (Utility)
Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.
- Viewpager (UI Component)
AndroidX library to display Views or Fragments in a swipeable format.
- AndroidX Widget ViewPager2 (UI Component)
replaces AndroidX ViewPager, addressing most of its predecessor’s pain-points, including right-to-left layout support, vertical orientation, modifiable Fragment collections, etc.
- ShapedImageView (UI Component)
rounded, circle, path ImageView (for displaying images).
- Lottie for Android (UI Component)
Render After Effects animations natively.
- Lightweight-Stream-API (Utility)
stream API from Java 8 rewritten on iterators for Java 7 and below.
- Glide (Utility)
An image loading and caching library for Android focused on smooth scrolling
- material-about-library (Utility)
create a beautiful, Material Design about screen for apps.
- Android-State (Utility)
a utility library for Android to save objects in a Bundle without any boilerplate. It uses an annotation processor to wire up all dependencies.
- Google Material Design (Utility)
library to help with material design guidelines.
- Android Device Names (Utility)
small Android library to get the market name of an Android device.
- AboutLibraries (Utility)
a library to offer some information about libraries.
- FastAdapter (Utility)
provides core functionality most apps require. It also prevents common mistakes by taking away those steps from the devs.
- Android System Bar Tint (Utility)
apply background tinting to the Android system UI when using KitKat translucent modes.
- OkHttp (Utility)
OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- MMKV (Utility)
small mobile key-value storage framework developed by WeChat.
- MarkDown (Utility)
native
Markdown Parser with integrated RichText support.
- Toasty (UI Component)
the usual
Toast, but with steroids.
- RxJava (Utility)
RxJava (Reactive Extensions for the JVM) is a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
- requery (Utility)
object mapping and SQL generator.
- Material Bottom Navigation Library (UI Component)
Bottom Navigation widget component inspired by the Google Material Design Guidelines.
- Kotlin (Utility)
The Kotlin Programming Language
- kotlinx.coroutines (Utility)
library support for Kotlin coroutines.
- ThirtyInch (Utility)
adds Presenters to Activities and Fragments.
- HtmlSpanner (Utility)
HTML rendering library with
CSS support
- KeyboardVisibilityEvent (Utility)
Library to handle soft keyboard visibility change event.
- OkHttp okio Framework (Utility)
A modern I/O API for Java to make it much easier to access, store, and process your data.
- commonmark-java (Utility)
Java implementation of CommonMark, a specification of the
Markdown format.
- HtmlCleaner (Utility)
reorders individual HTML elements and produces well-formed XML.
- 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.
- autolink-java (Utility)
ava library to extract links (URLs, email addresses) from plain text.
- Reactive Streams (Utility)
provide a standard for asynchronous stream processing with non-blocking back pressure.
- ColorPicker (UI Component)
a simple Android color picker library.
- 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.
- Apollo Kotlin (Utility)
a strongly-typed, caching GraphQL client for the JVM, Android, and Kotlin multiplatform.
- Shortbread (Development Aid)
library that creates app shortcuts from annotations