You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Title>ZXing.Net.Mobile Barcode Scanner for Xamarin.Forms</Title>
11
+
<Title>ZXing.Net.Xamarin Barcode Scanner for Xamarin.Forms</Title>
12
12
<Description>
13
-
ZXing.Net.Mobile is a C#/.NET library based on the open source Barcode Library: ZXing (Zebra Crossing), using the ZXing.Net Port. It works with Xamarin.iOS, Xamarin.Android, Tizen and Windows Universal (UWP). The goal of ZXing.Net.Mobile is to make scanning barcodes as effortless and painless as possible in your own applications.
13
+
ZXing.Net.Xamarin is a C#/.NET library based on the open source Barcode Library: ZXing (Zebra Crossing), using the ZXing.Net Port. It works with Xamarin.iOS, Xamarin.Android, Tizen and Windows Universal (UWP). The goal of ZXing.Net.Xamarin is to make scanning barcodes as effortless and painless as possible in your own applications.
14
14
15
-
See https://github.com/Redth/ZXing.Net.Mobile/releases for release notes.
15
+
See https://github.com/nblockchain/ZXing.Net.Xamarin for release notes.
<Summary>ZXing Barcode Scanning for your Xamarin.iOS, Xamarin.Android and Windows Universal apps!</Summary>
10
10
<PackageTags></PackageTags>
11
-
<Title>ZXing.Net.Mobile Barcode Scanner</Title>
11
+
<Title>ZXing.Net.Xamarin Barcode Scanner</Title>
12
12
<Description>
13
-
ZXing.Net.Mobile is a C#/.NET library based on the open source Barcode Library: ZXing (Zebra Crossing), using the ZXing.Net Port. It works with Xamarin.iOS, Xamarin.Android, Tizen and Windows Universal (UWP). The goal of ZXing.Net.Mobile is to make scanning barcodes as effortless and painless as possible in your own applications.
13
+
ZXing.Net.Xamarin is a C#/.NET library based on the open source Barcode Library: ZXing (Zebra Crossing), using the ZXing.Net Port. It works with Xamarin.iOS, Xamarin.Android, Tizen and Windows Universal (UWP). The goal of ZXing.Net.Xamarin is to make scanning barcodes as effortless and painless as possible in your own applications.
14
14
15
-
See https://github.com/Redth/ZXing.Net.Mobile/releases for release notes.
15
+
See https://github.com/nblockchain/ZXing.Net.Xamarin .
Copy file name to clipboardExpand all lines: readme.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
-
# ZXing.Net.Mobile
1
+
# ZXing.Net.Xamarin
2
2
3
3
[](https://gitter.im/Redth/ZXing.Net.Mobile?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
ZXing.Net.Mobile is a C#/.NET library based on the open source Barcode Library: [ZXing (Zebra Crossing)](https://github.com/zxing/zxing), using the [ZXing.Net Port](https://github.com/micjahn/ZXing.Net). It works with Xamarin.iOS, Xamarin.Android, Tizen, and UWP. The goal of ZXing.Net.Mobile is to make scanning barcodes as effortless and painless as possible in your own applications.
7
+
ZXing.Net.Xamarin is a C#/.NET library based on the open source Barcode Library: [ZXing (Zebra Crossing)](https://github.com/zxing/zxing), using the [ZXing.Net Port](https://github.com/micjahn/ZXing.Net). It works with Xamarin.iOS, Xamarin.Android, Tizen, and UWP. The goal of ZXing.Net.Mobile is to make scanning barcodes as effortless and painless as possible in your own applications.
- Scanner as a View - UIView (iOS) / Fragment (Android) / Control (WP)
100
100
101
101
### Custom Overlays
102
-
By default, ZXing.Net.Mobile provides a very simple overlay for your barcode scanning interface. This overlay consists of a horizontal red line centered in the scanning 'window' and semi-transparent borders on the top and bottom of the non-scanning area. You also have the opportunity to customize the top and bottom text that appears in this overlay.
102
+
By default, ZXing.Net.Xamarin provides a very simple overlay for your barcode scanning interface. This overlay consists of a horizontal red line centered in the scanning 'window' and semi-transparent borders on the top and bottom of the non-scanning area. You also have the opportunity to customize the top and bottom text that appears in this overlay.
103
103
104
104
If you want to customize the overlay, you must create your own View for each platform. You can customize your overlay like this:
105
105
@@ -153,7 +153,7 @@ The view/fragment/control classes for each platform are:
153
153
- UWP: ZXingScannerControl (UserControl) - See ScanPage.xaml Page for an example of how to use this Control
154
154
155
155
### Using Apple's AVCaptureSession (iOS7 Built in) Barcode Scanning
156
-
In iOS7, Apple added some API's to allow for scanning of barcodes in an AVCaptureSession. The latest version of ZXing.Net.Mobile gives you the option of using this instead of the ZXing scanning engine. You can use the `AVCaptureScannerView` or the `AVCaptureScannerViewController` classes directly just the same as you would use their ZXing* equivalents. Or, in your `MobileBarcodeScanner`, there is now an overload to use the AV Capture Engine:
156
+
In iOS7, Apple added some API's to allow for scanning of barcodes in an AVCaptureSession. The latest version of ZXing.Net.Xamarin gives you the option of using this instead of the ZXing scanning engine. You can use the `AVCaptureScannerView` or the `AVCaptureScannerViewController` classes directly just the same as you would use their ZXing* equivalents. Or, in your `MobileBarcodeScanner`, there is now an overload to use the AV Capture Engine:
@@ -173,17 +173,21 @@ In the MobileBarcodeScanner, even if you specify to use the AVCaptureSession sca
173
173
174
174
175
175
### Thanks
176
-
ZXing.Net.Mobile is a combination of a lot of peoples' work that I've put together (including my own). So naturally, I'd like to thank everyone who's helped out in any way. Those of you I know have helped I'm listing here, but anyone else that was involved, please let me know!
176
+
ZXing.Net.Xamarin is a combination of a lot of peoples' work that I've put together (including my own). So naturally, I'd like to thank everyone who's helped out in any way. Those of you I know have helped I'm listing here, but anyone else that was involved, please let me know!
177
177
178
178
- ZXing Project and those responsible for porting it to C#
179
179
- John Carruthers - https://github.com/JohnACarruthers/zxing.MonoTouch
180
180
- Martin Bowling - https://github.com/martinbowling
181
181
- Alex Corrado - https://github.com/chkn/zxing.MonoTouch
182
182
- ZXing.Net Project - https://github.com/micjahn/ZXing.Net - HUGE effort here to port ZXing to .NET
0 commit comments