Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koushikghosh11/codeclauseinternship_qrandbarcodescanner
Android QR & Barcode Scanner with auto-focus, permission handling & clipboard copy.
https://github.com/koushikghosh11/codeclauseinternship_qrandbarcodescanner
android barcode barcode-scanner code qr-code qrcode-scanner scanner
Last synced: 12 days ago
JSON representation
Android QR & Barcode Scanner with auto-focus, permission handling & clipboard copy.
- Host: GitHub
- URL: https://github.com/koushikghosh11/codeclauseinternship_qrandbarcodescanner
- Owner: koushikghosh11
- Created: 2024-04-05T06:37:52.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-19T11:54:04.000Z (8 months ago)
- Last Synced: 2024-04-19T12:56:00.646Z (8 months ago)
- Topics: android, barcode, barcode-scanner, code, qr-code, qrcode-scanner, scanner
- Language: Java
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## QR & Barcode Scanner App - CodeClause Internship
This Android application allows you to scan QR codes and barcodes using your device's camera.
### Features:
* **Runtime Permissions:** The app requests permission to access the camera before using it for scanning.
* **Autofocus:** The camera automatically focuses on the code for better capture accuracy.
* **Scan Results:** Upon successful scanning, the app displays the decoded text and automatically copies it to your clipboard for easy pasting.### Getting Started
1. Download and install the app on your Android device.
2. Launch the app.
3. If prompted, grant the camera permission when requested.
4. Point the camera at the QR code or barcode you want to scan.
5. The app will automatically detect and decode the code.
6. The scanned text will be displayed on the screen and copied to your clipboard.**Note:** To paste the copied text from the clipboard, simply navigate to another application and use the paste functionality (usually long-press on a text input field).
### CodeClause Internship Project
This app was developed as part of an internship at CodeClause.
### Additional Notes
* This app scans a variety of QR code and barcode formats.
* The app uses the [ZXing library](https://github.com/zxing/zxing) (through [Budiyev's wrapper](https://github.com/yuriy-budiyev/code-scanner)) for code scanning functionalities.We hope you find this QR & Barcode Scanner app useful!