/barcodescanner-sdk-xamarin-samples

Sample Applications for the Scandit Barcode Scanner SDK Xamarin Component/Package

Primary LanguageC#Apache License 2.0Apache-2.0

Scandit Samples for Xamarin

This repository contains sample applications that show how to use the Scandit Barcode Scanner SDK together with Xamarin.

  • The Native folder contains an Android and iOS specific sample. These samples are built with the platform-specific Scandit.BarcodePicker.Xamarin package. This API gives you the most control over the barcode scanning process, but also requires you to write the code for each platform separately.
  • The Unified folder contains two cross-platform samples using Xamarin Forms. These samples are built with platform-independent Scandit.BarcodePicker.Xamarin package.

You can build the samples with Xamarin Studio or Visual Studio. For more information take a look at the Scandit Barcode Scanner SDK documentation for Xamarin