All Projects → wilsonvargas → QRManager

wilsonvargas / QRManager

Licence: MIT License
This is an example that uses ZXing.Net.Mobile for Forms. See more information here:

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to QRManager

Barcodescanner.xf
Barcode Scanner using GoogleVision API for Xamarin Form
Stars: ✭ 82 (+331.58%)
Mutual labels:  xamarin, qrcode, xamarin-forms, qrcode-scanner
barcode scan2
[reborned barcode_scan] A flutter plugin for reading 2D barcodes and QR codes.
Stars: ✭ 43 (+126.32%)
Mutual labels:  qrcode, qrcode-scanner
Xamarin.Forms.ARToolkit
Augmented Reality Toolkit for Xamarin Forms
Stars: ✭ 15 (-21.05%)
Mutual labels:  xamarin, xamarin-forms
Xamarin-ToDoApp
Todo App is a simple to do app developed with Xamarin
Stars: ✭ 74 (+289.47%)
Mutual labels:  xamarin, xamarin-forms
codemill.vmfirstnav
Xamarin.Forms ViewModel First Navigation Library
Stars: ✭ 22 (+15.79%)
Mutual labels:  xamarin, xamarin-forms
DevOpsExamples
A repo to show you how to use a private NuGet feed, such as Telerik, to restore packages in Azure DevOps, GitHub Actions, GitLab CI and AppCenter.
Stars: ✭ 16 (-15.79%)
Mutual labels:  xamarin, xamarin-forms
ButtonCirclePlugin
Circle Buttons with icon for your Xamarin.Forms Applications
Stars: ✭ 96 (+405.26%)
Mutual labels:  xamarin, xamarin-forms
Movies
Buy movie tickets in advance, find movie times, and more at "Movies".
Stars: ✭ 33 (+73.68%)
Mutual labels:  xamarin, xamarin-forms
SimpleXamarinGraphQL
An iOS and Android app built in Xamarin.Forms demonstrating how to interact with GitHub's GraphQL API
Stars: ✭ 18 (-5.26%)
Mutual labels:  xamarin, xamarin-forms
XF-GradientButton
Gradient button for Xamarin.Forms
Stars: ✭ 25 (+31.58%)
Mutual labels:  xamarin, xamarin-forms
MyCoffeeApp
Sample Xamarin.Forms app built live on in 101 series on YouTube
Stars: ✭ 119 (+526.32%)
Mutual labels:  xamarin, xamarin-forms
qr-code-unity-3d-read-generate
Generating a QR code / Scanning a QR code in Unity 3D. Pre-build DLL and sample code from old Unity
Stars: ✭ 70 (+268.42%)
Mutual labels:  qrcode, qrcode-scanner
XFFlipViewControl
An awesome animated Flippable View Control with Xamarin.Forms, or a Flipity Flippy Flippin' Flip View right here fellas! :D
Stars: ✭ 43 (+126.32%)
Mutual labels:  xamarin, xamarin-forms
DarkModeSplashScreen
A sample app for iOS and Android written in Xamarin.Forms showing how to implement a Splash Page for Dark Mode
Stars: ✭ 28 (+47.37%)
Mutual labels:  xamarin, xamarin-forms
XamarinAzureChallenge
Create an iOS/Android app using Xamarin.Forms and connect it to a serverless Azure Function
Stars: ✭ 59 (+210.53%)
Mutual labels:  xamarin, xamarin-forms
FicusUIChallenge
Xamarin.Forms UI Challenge Ficus IoT App
Stars: ✭ 38 (+100%)
Mutual labels:  xamarin, xamarin-forms
CouchDraw
A synchronized drawing app that utilizes Couchbase Sync Gateway and Xamarin to enable shared canvases.
Stars: ✭ 22 (+15.79%)
Mutual labels:  xamarin, xamarin-forms
Xam.Forms.QRCode
A QRCode renderer based on SkiaSharp.
Stars: ✭ 16 (-15.79%)
Mutual labels:  xamarin, qrcode
Xamarin.Forms.MaskedEntry
📝 Use mask in your Xamarin.Forms apps
Stars: ✭ 17 (-10.53%)
Mutual labels:  xamarin, xamarin-forms
InteractiveAlert-Xamarin
Interactive alerts to Xamarin
Stars: ✭ 17 (-10.53%)
Mutual labels:  xamarin, xamarin-forms

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].