https://github.com/wenfengcheng/zxing.sample_xamarin
ZXing Sample project on Xamarin.Forms
https://github.com/wenfengcheng/zxing.sample_xamarin
barcode scanner xamarin-forms zxing
Last synced: 2 months ago
JSON representation
ZXing Sample project on Xamarin.Forms
- Host: GitHub
- URL: https://github.com/wenfengcheng/zxing.sample_xamarin
- Owner: Wenfengcheng
- License: mit
- Created: 2019-01-07T05:03:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T07:29:10.000Z (about 6 years ago)
- Last Synced: 2025-01-13T22:39:21.981Z (4 months ago)
- Topics: barcode, scanner, xamarin-forms, zxing
- Homepage:
- Size: 371 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZXing.Sample_Xamarin
### Description
In this demo, we will use [ZXing.Net.Mobile for Forms](https://github.com/Redth/ZXing.Net.Mobile) to generating and reading Codes in our Xamarin.Forms application.### Features
- Scan with default overlay
- Scan continuously
- Scan with custom overlay
- Scan with custom page
- Scan with platform custom overlay
- Generate BarcodeIf you want to know more, please refer to [this blog](https://www.jianshu.com/p/197d9aa725d9).