This simple QR code scanner is capable of scanning and generating many types of QR codes and barcodes. The app supports a variety of QR code formats, including URLs, Wi-Fi, text, and UPI codes, among others. Additionally, users can generate their own QR codes and barcodes with the app. Currently, the app is available in four different themes: light-blue, light-green, dark-blue, and dark-green.
Home Page | Settings Page | Details Page |
---|---|---|
Generate QR | Saved data | Light Theme |
---|---|---|
URL Preview | Food Facts | App Icon |
---|---|---|
- Users can scan 13 types of QR Codes/Barcodes.
- Users can save the scanned data.
- You can either choose photos from gallery or use camera.
- Options to automatically open Urls after scanning.
- Scan food item barcode to get nutriments.
- Android Studio, Kotlin,
- Room Database to store scanned barcodes,
- Hilt for dependency injection,
- CameraX API to scan QR codes/Barcodes,
- Unit tests for ViewModels, Room Database,
- Open Food Facts API for food details,
- ZXing library to create QR/Barcodes,
- Json HTML parser for URL previews.
Contributions to this project are always welcome. If you find any bugs or have suggestions for new features, please create an issue or a pull request. To contribute to the codebase, follow these steps:
- Fork the project
- Create a new branch for your feature or bug fix
- Write the code and tests for your feature or bug fix
- Make sure all test cases are passed
- Submit a pull request with a clear description of your changes
We appreciate your help in improving this project!
Copyright 2023 Yatik
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.