- Google Gson (Utility)
A Java serialization/deserialization library to convert Java Objects into JSON and back.
- Android Jetpack Annotations (Utility)
library that contains the annotations for Android Jetpack.
- Browser (Utility)
display webpages in the user's default browser.
- Android Support Library collections (Utility)
standalone efficient collections.
- Concurrent (Utility)
AndroidX library to help move tasks off the main thread with coroutines and take advantage of ListenableFuture.
- Dynamicanimation (UI Component)
create smooth animations with a physics-based animation API.
- Recyclerview (Utility)
display large sets of data in your UI while minimizing memory usage.
- Swiperefreshlayout (UI Component)
implemtation of the swipe-to-refresh UI pattern.
- 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.
- bottom-java (Development Aid)
a Gradle library for bottom, following the
bottom spec.
- 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.
- OkHttp (Utility)
OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- Otto (Utility)
an event bus designed to decouple different parts of your application while still allowing them to communicate efficiently.
- twitter-text (Utility)
- Async Otto (Utility)
extension to the
Squares Otto library to provide a Bus which always posts to the main thread.
- Kotlin (Utility)
The Kotlin Programming Language
- AppKit (Utility)
a boilerplate library/framework/whatever for building Android apps.
- OkHttp okio Framework (Utility)
A modern I/O API for Java to make it much easier to access, store, and process your data.
- IntelliJ IDEA (Utility)
- 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.
- Parceler (Utility)
serialize Java Objects between Contexts.