This Android application demonstrates a QR code scanner using Google's ML Kit Barcode Scanning API. It allows users to scan QR codes using the device's camera and retrieve the information embedded in the codes.
- Scanning QR codes in real-time using the device's camera.
- Extracting information encoded in QR codes.
- Easy integration with Google ML Kit Barcode Scanning library.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
- Android Studio installed on your machine.
- An Android device or emulator with a camera.
-
Clone the repository to your local machine.
git clone https://github.com/thanhduy26091995/MLKit-QRScanner.git
-
Open the project in Android Studio.
-
Build and run the application on your device or emulator.
- Open the application on your Android device.
- Grant camera permissions if prompted.
- Point the camera towards a QR code.
- The application will automatically detect and decode the QR code.
- View the extracted information on the screen.