Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaushalvasava/qrscanner
It is QR code app, It is implemented using Jetpack compose. I used Android CompoundBarcodeView inside composable, and new media picker for pick qr code from device.
https://github.com/kaushalvasava/qrscanner
android android-app android-studio androidview code-scanner fileprovider jetpack-compose kotlin kotlin-android qrcode qrcode-generator qrcode-scanner
Last synced: 28 days ago
JSON representation
It is QR code app, It is implemented using Jetpack compose. I used Android CompoundBarcodeView inside composable, and new media picker for pick qr code from device.
- Host: GitHub
- URL: https://github.com/kaushalvasava/qrscanner
- Owner: KaushalVasava
- Created: 2023-06-07T12:26:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-29T09:34:54.000Z (over 1 year ago)
- Last Synced: 2023-08-29T15:34:12.948Z (over 1 year ago)
- Topics: android, android-app, android-studio, androidview, code-scanner, fileprovider, jetpack-compose, kotlin, kotlin-android, qrcode, qrcode-generator, qrcode-scanner
- Language: Kotlin
- Homepage:
- Size: 124 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QRScanner
It is QR code app, It is implemented using Jetpack compose. I used Android CompoundBarcodeView inside composable, and new media picker for pick qr code from device.# Features:
- Scan QR code from camera
- Scan QR Code from image inside your device
- Generate QR Code based on your input. For ex. Email, website link, phonenumber, etc.
- Linkify feature to click to call and open scanned link in the browser quickly.
- Copy Option for generated Qr code information.
- Share option for Qr code# Android Topics you will learn:
- Kotlin
- Jetpack compose
- How to use Android views inside composable function.
- Scanner functionality implementation
- Navigation
- Camera
- New Media picker
- How to Share Image in Jetpack compose# Video
https://github.com/KaushalVasava/QRScanner/assets/49050597/a39a1580-4912-44d2-950f-e0455bbfaa2c
# Contribution
You can contribute this project. Just Solve issue or update code and raise PR. I'll do code review and merge your changes into main branch. See Commit message guidelines https://initialcommit.com/blog/git-commit-messages-best-practices# Licence
Copyright 2023 Kaushal VasavaLicensed 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.
# Author
Thank you,
Kaushal Vasava