- 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.
- Android Support Library collections (Utility)
standalone efficient collections.
- 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.
- Documentfile (UI Component)
a library to view a file document.
- Exifinterface (Utility)
a library to read and write image file EXIF tags.
- Androidx Fragment (Development Aid)
- 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.
- 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.
- AndroidX Local Broadcast Manager (Utility)
an application-wide event bus and embraces layer violations in your app: any component may listen events from any other.
- Media (Utility)
share media contents and controls with other apps.
- Print (Utility)
a library to print photos, docs, and other graphics and images.
- Android Activity Saved State (Utility)
provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- 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.
- 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.
- Google Material Design (Utility)
library to help with material design guidelines.
- Advanced RecyclerView (UI Component)
a RecyclerView extension library that provides Google's Inbox app like swiping, Play Music app like drag-and-drop sorting and expandable item features.
- OkHttp (Utility)
OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- Android Runtime for NativeScript (Utility)
this may be thought of as „The Bridge“ between the JavaScript and Android worlds.
- uCrop (Utility)
an image cropping library.
- OkHttp okio Framework (Utility)
A modern I/O API for Java to make it much easier to access, store, and process your data.
- NanoHTTPD (Utility)
a tiny, easily embeddable HTTP server in Java.
- nativescript-imagecropper (Utility)
a nativescript image cropping plugin.
- NativeScript Core Modules Widgets (UI Component)
library that represents native code (Java and Objective-C) used by the NativeScript core modules.
- ASM (Utility)
an all purpose Java bytecode manipulation and analysis framework.
- NativeScript CollectionView (UI Component)
a NativeScript CollectionView widget. The CollectionView displays data in separate cells, each cell representing one data item. For iOS wraps up UICollectionView and for Android wraps up RecyclerView.
- Nativescript: Akylas Sqlite (Utility)
SQLite for Nativescript.