Home

Awesome

Generating and reading QR Codes with Xamarin.Forms

Description

In this demo, we will use ZXing.Net.Mobile for Forms to generating and reading QR Codes in our Xamarin.Forms application.

The first goal is to use the ZXingBarcodeImageView class to generate a QR code into a ContentView.

The second goal is to use the ZXingScannerPage class to get the information after scanning an image with the device/emulator camera.

The walkthrough below should help you, but you can also get in touch with me @Wilson_VargasM I will be happy to help!

This sample requires either:

Demo:

demo