Android CameraX

Android Scanning Barcode/QR code using Google ML Kit and CameraX

This post is about, how to implement Barcode scanning using Google ML Kit’s Barcode Scanning API and Jetpack CameraX with the help of simple application.    CameraX CameraX is a Jetpack support library, built to help you make camera app development easier. It is based on use cases that is lifecycle-aware. These use cases work […]

Android Scanning Barcode/QR code using Google ML Kit and CameraX Read More »

Android Jetpack CameraX Example

This post is about Android Jetpack CameraX API and how to implement it in an android application with a simple basic example. CameraX CameraX is a Jetpack support library, makes it easier to add camera capabilities to your app. It has backward compatibility down to Android API 21. It uses a simpler, use case-based approach

Android Jetpack CameraX Example Read More »