- 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.
- 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.
- 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.
- 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 Jetpack VersionedParcelable (Utility)
Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.
- CordovaClipboard (Utility)
- Cordova Social Sharing plugin (Social Network)
Cordova plugin to share text, a file (image/PDF/..), or a URL (or all three) via the native sharing widget.
- Apache Cordova (Development Framework)
formerly known as
PhoneGap: enables software programmers to build applications for mobile devices using CSS3, HTML5, and JavaScript instead of relying on platform-specific APIs.