Skip to content
forked from garv3/fmscan

Barcode Reader control for windows phone 8

Notifications You must be signed in to change notification settings

AmrTealeb/fmscan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fmscan

Barcode Reader control for Windows Phone 8 is a ready to use XAML control that allow you to read barcodes and QR codes.
This control is an implementation of Zxing.net.

In order to use the control install it via nuget. PM> Install-Package FM.Barcode

Then include the following namespace in your XAML file. xmlns:fm="clr-namespace:FM.Barcode;assembly=FM.Barcode"

Once done you can use the scanner control in your page <fm:ScannerControl x:Name="ScanControl" />

In order to support app switching please insert the following code in the method Application_Activated located in your App.xaml.cs

private void Application_Activated(object sender, ActivatedEventArgs e)
{  
    FM.Barcode.ScannerControl.ReloadComponents();  
}

About

Barcode Reader control for windows phone 8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%