Xamarin.Dynamsoft.Barcode.Android
8.9.1
See the version list below for details.
Install-Package Xamarin.Dynamsoft.Barcode.Android -Version 8.9.1
dotnet add package Xamarin.Dynamsoft.Barcode.Android --version 8.9.1
<PackageReference Include="Xamarin.Dynamsoft.Barcode.Android" Version="8.9.1" />
paket add Xamarin.Dynamsoft.Barcode.Android --version 8.9.1
#r "nuget: Xamarin.Dynamsoft.Barcode.Android, 8.9.1"
// Install Xamarin.Dynamsoft.Barcode.Android as a Cake Addin
#addin nuget:?package=Xamarin.Dynamsoft.Barcode.Android&version=8.9.1
// Install Xamarin.Dynamsoft.Barcode.Android as a Cake Tool
#tool nuget:?package=Xamarin.Dynamsoft.Barcode.Android&version=8.9.1
Introduction
Dynamsoft's Barcode Reader SDK enables you to efficiently integrate barcode reading functionality into Web, desktop, or mobile applications using just a few lines of code. The enterprise-class barcode SDK can save you months of development time and extra costs. With Dynamsoft Barcode Reader, developers can create high-speed and reliable barcode scanner software to meet business needs.
What You Should Know About Dynamsoft Barcode SDK
API Reference
https://www.dynamsoft.com/barcode-reader/programming/android
Sample Code
https://www.dynamsoft.com/barcode-reader/resources/code-gallery/
Proguard Configuration for Release
proguard_xamarin.cfg
:
-keep class com.dynamsoft.dbr.** { *; }
Release Notes
https://www.dynamsoft.com/barcode-reader/programming/android/release-notes/?ver=latest
Specifications
Highlights
- Multi-thread barcode processing
- Reads multiple barcodes in one image
- Detects barcodes at any orientation and rotation angle
- Decodes barcodes from out-of-focus, blurred images
- Reads barcodes from low-quality images with preprocessing
Supported Barcode Types
- 1D barcodes: Code39, Code93, Code128, Codabar, ITF, EAN13, EAN8, UPCA, UPCE
- 2D barcodes: QR Code, DataMatrix, PDF417, Aztec Code, MaxiCode, DotCode, GS1 Composite Code, Patch Code, MSI code
- Postal Codes: USPS Intelligent Mail, Postnet, Planet, Australian Post, UK Royal Mail
Barcode Reading Results
- Barcode type
- Barcode count
- Barcode value as string
- Barcode raw data as bytes
- Barcode bounding rectangle
- Coordinate of four corners
- Page number
Supported Image Source Types
- Bmp, jpg, png, and tiff image files; multi-page tiff also supported
- Windows DIB and .NET bitmap
- Black/white, grayscale or color
Supported Platforms
Windows, Linux, macOS, Android, iOS, Web, Raspberry Pi
Supported Programming Language and Frameworks
- C/C++, C#, Java, Python, PHP, JavaScript, Objective-C, Swfit, and Kotlin
- Xamarin, React, and Cordova
Product | Versions |
---|---|
MonoAndroid | monoandroid403 |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
9.0.2 | 55 | 5/26/2022 | |
9.0.0 | 263 | 3/23/2022 | |
8.9.3 | 93 | 3/2/2022 | |
8.9.1 | 172 | 12/29/2021 | |
8.9.0 | 96 | 12/20/2021 | |
8.8.2 | 214 | 10/25/2021 | |
8.8.1 | 146 | 10/22/2021 | |
8.8.0 | 137 | 10/22/2021 | |
8.6.0 | 256 | 7/16/2021 | |
8.4.0 | 1,578 | 6/9/2021 | |
8.2.0 | 273 | 3/17/2021 | |
8.1.2 | 557 | 1/22/2021 | |
8.1.1.1 | 189 | 1/19/2021 | |
8.1.1 | 197 | 1/15/2021 | |
8.1.0 | 265 | 1/12/2021 | |
8.0.0 | 342 | 11/18/2020 | |
7.6.0 | 289 | 9/1/2020 | |
7.5.0 | 335 | 7/23/2020 | |
7.4.0 | 371 | 4/16/2020 | |
7.3.0 | 424 | 1/2/2020 | |
7.2.2 | 386 | 11/14/2019 | |
7.2.1 | 296 | 11/13/2019 | |
7.2.0 | 353 | 10/8/2019 | |
7.1.0 | 524 | 8/15/2019 | |
7.0.0 | 411 | 7/11/2019 | |
6.5.2 | 437 | 5/28/2019 | |
6.5.1 | 419 | 4/17/2019 | |
6.5.0 | 428 | 2/28/2019 | |
6.4.1 | 848 | 12/6/2018 | |
6.4.0 | 636 | 10/17/2018 | |
6.3.1 | 860 | 8/22/2018 |
Fixed a bug that might affect the processing speed.