Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wewewe718/QrAndBarcodeScanner
An Android app for scanning QR codes and barcodes
https://github.com/wewewe718/QrAndBarcodeScanner
android barcode kotlin qr reader scanner zxing
Last synced: 3 months ago
JSON representation
An Android app for scanning QR codes and barcodes
- Host: GitHub
- URL: https://github.com/wewewe718/QrAndBarcodeScanner
- Owner: wewewe718
- License: unlicense
- Created: 2020-06-10T00:16:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-25T03:43:06.000Z (about 1 year ago)
- Last Synced: 2024-04-16T02:41:45.655Z (7 months ago)
- Topics: android, barcode, kotlin, qr, reader, scanner, zxing
- Language: Kotlin
- Homepage:
- Size: 13.7 MB
- Stars: 669
- Watchers: 26
- Forks: 128
- Open Issues: 83
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
[![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)
[![](https://img.shields.io/github/v/release/wewewe718/QrAndBarcodeScanner)](https://github.com/wewewe718/QrAndBarcodeScanner/releases/latest)QR & Barcode Scanner is an ad-free, open-source scanner app. It uses the [ZXing][zxing] scanning library.
## Download
## Screenshots
## Contributing
You can contribute by adding a translation on [Transifex][transifex], reporting a bug or asking for a feature.
## Supported Barcode Formats
### Read
The app can read the following barcode formats:
* [AZTEC][aztec]
* [CODABAR][codabar]
* [CODE-39][code_39]
* [CODE-93][code_93]
* [CODE-128][code_128]
* [DATA MATRIX][data_matrix]
* [EAN-8][ean_8]
* [EAN-13][ean_13]
* [ITF][itf]
* [PDF417][pdf417]
* [QR CODE][qr_code]
* [RSS 14][rss]
* [RSS EXPANDED][rss]
* [UPC-A][upc_a]
* [UPC-E][upc_e]
* [UPC-EAN EXTENSION][upc_ean]### Create
The app can create the following barcode formats:
* [AZTEC][aztec]
* [CODABAR][codabar]
* [CODE 39][code_39]
* [CODE 93][code_93]
* [CODE 128][code_128]
* [DATA MATRIX][data_matrix]
* [EAN-8][ean_8]
* [EAN-13][ean_13]
* [ITF][itf]
* [PDF417][pdf417]
* [QR CODE][qr_code]
* [UPC-A][upc_a]
* [UPC-E][upc_e][zxing]: https://github.com/zxing/zxing
[transifex]: https://www.transifex.com/a-302/qr-barcode-scanner/
[aztec]: https://en.wikipedia.org/wiki/Aztec_Code
[codabar]: https://en.wikipedia.org/wiki/Codabar
[code_39]: https://en.wikipedia.org/wiki/Code_39
[code_93]: https://en.wikipedia.org/wiki/Code_93
[code_128]: https://en.wikipedia.org/wiki/Code_128
[data_matrix]: https://en.wikipedia.org/wiki/Data_Matrix
[ean_8]: https://en.wikipedia.org/wiki/EAN-8
[ean_13]: https://en.wikipedia.org/wiki/International_Article_Number
[itf]: https://en.wikipedia.org/wiki/Interleaved_2_of_5
[maxicode]: https://en.wikipedia.org/wiki/MaxiCode
[pdf417]: https://en.wikipedia.org/wiki/PDF417
[qr_code]: https://en.wikipedia.org/wiki/QR_code
[rss]: https://en.wikipedia.org/wiki/GS1_DataBar
[upc_a]: https://en.wikipedia.org/wiki/Universal_Product_Code
[upc_e]: https://en.wikipedia.org/wiki/Universal_Product_Code#UPC-E
[upc_ean]: https://en.wikipedia.org/wiki/Universal_Product_Code#EAN-13
[rs]: https://developer.android.com/guide/topics/renderscript/compute