- 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.
- 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.
- Android Emoji2 Compat (UI Component)
core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.
- AndroidX Fragment (UI Component)
AndroidX library to encapsulate part of the user interface or behavior into reusable components.
- 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.
- 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.
- Android Jetpack VersionedParcelable (Utility)
Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.
- React Native Encrypted Storage (Utility)
React Native wrapper around SharedPreferences and Keychain to provide a secure alternative to
Async Storage.
- Fresco (Utility)
library for managing images and the memory they use.
- Hermes JS Engine (Utility)
a JavaScript engine optimized for fast start up of React Native apps on Android.
- React Native (Development Framework)
framework for building native apps with React.
- SoLoader (Utility)
native code loader for Android.
- Tink (Utility)
a multi-language, cross-platform library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
- @react-native-community/clipboard (Utility)
- @react-native-community/netinfo (Utility)
- React Native WebView (Utility)
- OkHttp (Utility)
OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- kmp-tor (Utility)
Kotlin Multiplatform Library for embedding Tor into your applications.
- JavaX Dependency Injection (Utility)
specifies a means for obtaining objects in such a way as to maximize reusability, testability and maintainability compared to traditional approaches such as constructors, factories, and service locators (e.g., JNDI). This process, known as dependency injection, is beneficial to most nontrivial applications.
- Webkit Boundary Interfaces (Utility)
Chromium WebView helpers