Xamarin and Forms Deprecation Notice
Starting with version 8.0 we are no longer upgrading Xamarin and Forms solutions for the Data Capture SDK. Microsoft ended support for these frameworks on the 1st of May 2024, which locks them into discontinued tooling.
You may continue to use the latest releases of SDK version 7.x as per our support policy.
We recommend migrating to .NET MAUI to take advantage of the latest features and improvements in our SDK.
Xamarin Android SDK Samples
This page provides a list of samples available for the Scandit Data Capture SDK for Xamarin Android. Each sample demonstrates a specific feature or use case of the SDK.
The repository with all the samples can be found here, and each individual sample is linked below.
Barcode Scanning
Single Scanning
SparkScan

List Building
Use SparkScan to populate a list of scanned barcodes.
Barcode Capture
Single Scan
Simple sample showing how to use the Barcode Capture mode to scan a single barcode.
Batch Scanning
MatrixScan Batch
Examples utilizing the low-level BarcodeBatch API.
Simple Highlight
Simple sample showing how to use MatrixScan to highlight barcodes in a frame.
Rejection
Use custom conditions to highlight and scan only the barcodes that meet the specified criteria.
MatrixScan Count

Batch Scanning
Use MatrixScan to batch scan and count the number of barcodes in a frame.
ID Scanning

ID Capture
Simple ID Capture
Simple sample showing how to use the ID Capture mode to scan an ID card.
Extended ID Capture
Sample showing how to use the ID Capture mode to scan an ID card with additional fields.