{"id":24779064,"url":"https://github.com/aswajith7077/scanwizard","last_synced_at":"2025-03-24T03:27:49.832Z","repository":{"id":272954312,"uuid":"808126014","full_name":"Aswajith7077/ScanWizard","owner":"Aswajith7077","description":"A QR code scanner application featuring instant QR code reading using Kotlin and XML. Implemented advanced CameraX API for camera permissions and ML Kit by Google for QR code decoding. Developed a robust backend infrastructure utilizing SQLite3 for local storage of scan results.","archived":false,"fork":false,"pushed_at":"2025-01-17T16:10:43.000Z","size":622,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T09:40:51.788Z","etag":null,"topics":["kotlin-android","mlkit-android","qrcode-scanner","sqlite3","xml"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aswajith7077.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-30T12:41:17.000Z","updated_at":"2025-01-17T16:10:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"bf09fd51-ae54-4e82-b537-27f73fb75cb1","html_url":"https://github.com/Aswajith7077/ScanWizard","commit_stats":null,"previous_names":["aswajith7077/scanwizard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aswajith7077%2FScanWizard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aswajith7077%2FScanWizard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aswajith7077%2FScanWizard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aswajith7077%2FScanWizard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aswajith7077","download_url":"https://codeload.github.com/Aswajith7077/ScanWizard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245203659,"owners_count":20577189,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kotlin-android","mlkit-android","qrcode-scanner","sqlite3","xml"],"created_at":"2025-01-29T09:35:21.958Z","updated_at":"2025-03-24T03:27:49.824Z","avatar_url":"https://github.com/Aswajith7077.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scan Wizard  \n\n## Overview  \n**Scan Wizard** is an intuitive QR code scanning application designed for seamless functionality and user convenience. The app leverages Google’s **ML Kit** for QR code detection and includes enhanced features such as flashlight controls, gallery QR scanning, and a detailed scan history. With robust permission handling and a user-friendly design, Scan Wizard offers an efficient way to scan, process, and manage QR codes.  \n\n---\n\n## Features  \n\n### 1. **Landing Page (Camera Screen)**  \n- Accesses the device’s camera to scan QR codes in real time.  \n- **Bottom Navigation Bar**:  \n  - **Flashlight Control**: Toggle flashlight for low-light conditions.  \n  - **Zoom Control**: Adjust camera zoom for better focus.  \n  - **Gallery Access**: Select images from the gallery to scan QR codes (requires gallery permissions).  \n\n### 2. **Scanned Page**  \n- Displays the content of the scanned QR code.  \n- Provides specific actions based on the type of content:  \n  - **URLs**: Open directly in the browser.  \n  - **Images**: Save to the device.  \n  - **Text**: Copy or share the content.  \n- Simple options to **share** or **copy** QR code data.  \n\n### 3. **History Page**  \n- Maintains a history of all scanned QR codes using SQLite3 for local storage.  \n- Allows users to:  \n  - **Favorite** scans for quick access.  \n  - View, edit, or delete scanned history records.  \n\n---\n\n## Permissions Required  \n- **Camera Permission**: To scan QR codes in real time.  \n- **Gallery Permission**: To scan QR codes from saved images.  \n\n---\n\n## Technology Stack  \n- **Programming Language**: Kotlin  \n- **QR Code Detection**: Google ML Kit  \n- **Database**: SQLite3  \n- **UI Framework**: Jetpack Compose (or XML-based layouts)  \n\n---\n\n## How to Use  \n1. **Launch the App**: Grant camera and gallery permissions when prompted.  \n2. **Scan QR Codes**:  \n   - Use the camera to scan QR codes or select an image from the gallery.  \n   - Adjust flashlight or zoom as needed.  \n3. **View Scanned Content**: Perform context-specific actions (e.g., open links, save images, copy text).  \n4. **Access History**: View all scans in the history tab, mark important scans as favorites, or manage records.  \n\n---\n\n## Future Enhancements  \n- **Cloud Sync**: Allow users to sync their scan history across devices.  \n- **Dark Mode**: Add a dark theme for better usability in low-light environments.  \n- **Multi-Language Support**: Support for additional languages for a global audience.  \n- **Barcode Scanning**: Expand capabilities to include barcodes and other formats.  \n\n---\n\n## Installation Instructions  \n1. Clone the repository:  \n   ```bash\n   git clone https://github.com/username/scan-wizard.git\n   ```  \n2. Open the project in Android Studio.  \n3. Build and run the project on your Android device or emulator.  \n\n---\n\n## Acknowledgments  \nSpecial thanks to **Google ML Kit** for providing robust QR code detection tools and to the open-source community for inspiration and support.  \n\n---  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faswajith7077%2Fscanwizard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faswajith7077%2Fscanwizard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faswajith7077%2Fscanwizard/lists"}