- ZXing ('Zebra Crossing') (Utility)
requires 3 permissions: android.permission.WAKE_LOCK, android.permission.VIBRATE, android.permission.CAMERA
ZXing („zebra crossing“) is an open-source, multi-format 1D/2D barcode image processing library.
- 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.
- Androidx Fragment (Development Aid)
- Lifecycle (Utility)
perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- Media (Utility)
share media contents and controls with other apps.
- Media2 (Utility)
share media contents and controls with other apps.
- Android Activity Saved State (Utility)
provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Android Jetpack VersionedParcelable (Utility)
Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.
- ExoPlayer (Utility)
an extensible media player library for Android
- ZXing Android Embedded (Utility)
Barcode scanning library for Android, using ZXing for decoding.
- Flutter (Development Framework)
a cross-platform development kit created by Google, based on the Dart programming language.
- url_launcher (Utility)
a Flutter plugin for launching a URL.