Skip to content

wilsonvargas/QRManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • Visual Studio Community 2017 Version 15.7.3 (with Xamarin tools installed)
  • Xamarin Studio with either an Android or iOS phone

Demo:

demo

Releases

No releases published

Packages

No packages published

Languages