- Android Support v4 (Development Framework)
requires 4 permissions: android.permission.WAKE_LOCK, android.permission.ACCESS_NETWORK_STATE, android.permission.INTERNET, android.permission.VIBRATE
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.
- JavaX Annotation API (Utility)
common annotations for the JavaTM Platform API.
- Android Support v7 (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.
- Bolts Framework (Development Framework)
collection of low-level libraries designed to make developing mobile apps easier. Bolts was designed by Parse and Facebook for their own internal use, and then made open source.
- React Native Push Notifications (Utility)
React Native Local and Remote Notifications.
- Android-Job (Utility)
Android library to handle jobs in the background.
- TextLayoutBuilder (UI Component)
Android library to build text layouts more easily.
- Fresco (Utility)
library for managing images and the memory they use.
- Infer (Utility)
a static analyzer for Java, C, C++, and Objective-C.
- React Native (Development Framework)
framework for building native apps with React.
- SoLoader (Utility)
native code loader for Android.
- Google Mobile Services© (Development Framework)
Google Mobile Services in terms of the Android library refers to
Google Play Services, a proprietary background service and API package for Android devices which is
not part of the Android Open Source Project (AOSP). The library does not contain those services (i.e. it usually requires the Google Framework, often referred to as „GApps“, being installed on the device), but allows an app to communicate with them. Be aware this usually goes along with transferring at least parts of your personal data to the Google network.
- OkHttp (Utility)
OkHttp is an HTTP+HTTP/2 client for Android and Java 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.
- ShortcutBadger (Utility)
library supporting badge notification like iOS in Samsung, LG, Sony and HTC launchers.
- CAT (Utility)
simple logging library for Android.
- OkHttp okio Framework (Utility)
A modern I/O API for Java to make it much easier to access, store, and process your data.
- react-native-background-fetch (Utility)
periodic callbacks in the background
- react-native-background-task (Utility)
periodic background tasks for React Native apps, cross-platform, which run even when the app is closed.