Xamarin.Dynamsoft.Barcode.Android 8.4.0

Suggested Alternatives

Dynamsoft.CaptureVision.Xamarin.Forms

Additional Details

Package no longer supported. Please use package Dynamsoft.CaptureVision.Xamarin.Forms instead.

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xamarin.Dynamsoft.Barcode.Android --version 8.4.0
NuGet\Install-Package Xamarin.Dynamsoft.Barcode.Android -Version 8.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xamarin.Dynamsoft.Barcode.Android" Version="8.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Dynamsoft.Barcode.Android --version 8.4.0
#r "nuget: Xamarin.Dynamsoft.Barcode.Android, 8.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xamarin.Dynamsoft.Barcode.Android as a Cake Addin
#addin nuget:?package=Xamarin.Dynamsoft.Barcode.Android&version=8.4.0

// Install Xamarin.Dynamsoft.Barcode.Android as a Cake Tool
#tool nuget:?package=Xamarin.Dynamsoft.Barcode.Android&version=8.4.0

What You Should Know About Dynamsoft Barcode SDK

  • alternate text is missing from this package README image
  • alternate text is missing from this package README image

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.** { *; }
Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid403 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.2.10 3,318 6/28/2022
9.0.2 1,413 5/26/2022
9.0.0 2,066 3/23/2022
8.9.3 1,466 3/2/2022
8.9.1 1,346 12/29/2021
8.9.0 1,234 12/20/2021
8.8.2 1,369 10/25/2021
8.8.1 1,302 10/22/2021
8.8.0 1,367 10/22/2021
8.6.0 1,473 7/16/2021
8.4.0 2,844 6/9/2021
8.2.0 1,533 3/17/2021
8.1.2 1,834 1/22/2021
8.1.1.1 1,476 1/19/2021
8.1.1 1,471 1/15/2021
8.1.0 1,569 1/12/2021
8.0.0 1,659 11/18/2020
7.6.0 1,434 9/1/2020
7.5.0 1,519 7/23/2020
7.4.0 1,543 4/16/2020
7.3.0 1,583 1/2/2020
7.2.2 1,426 11/14/2019
7.2.1 1,454 11/13/2019
7.2.0 1,469 10/8/2019
7.1.0 1,594 8/15/2019
7.0.0 1,532 7/11/2019
6.5.2 1,550 5/28/2019
6.5.1 1,578 4/17/2019
6.5.0 1,396 2/28/2019
6.4.1 1,867 12/6/2018
6.4.0 2,966 10/17/2018
6.3.1 3,287 8/22/2018

Added:
Added new attributes [`isMirrored`](link) and [`isDPM`](link) to the `TextResult` class. `IsMirrored` returns whether the barcode is mirrored and `isDPM` returns whether the result is recognized as a [`DPM`](link) code.
Added a new argument, `ThresholdCompensation`, to the `BinarizationModes` mode arguments.

Improved:
Faster recognition speeds when detecting dense QR Codes.
Improved the performance of boundary identification for DataMatrix codes.

Deprecated:
ThreshValueCoefficient is now deprecated. It still works in this version but could be removed in the near future. We recommend using ThresholdCompensation instead.

Fixed:
Fixed an issue when [`handShakeCode`](link) is not set when calling initLicenseFromLTS.
Fixed a bug when trying to build the project in the release mode with code shrinker enabled.
Fixed a potential memory leak.
Replaced the static library with a dynamic library to avoid compatibility issues with other Dynamsoft products or third-party libraries.