You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: programming/android/api-reference/barcode-scanner/index.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,5 +16,10 @@ keywords: BarcodeScanner, api reference, Android
16
16
|[`BarcodeScannerActivity`](barcode-scanner-activity.md)| The main class of `BarcodeScanner`. It is an activity class that implements barcode decoding features. |
17
17
|[`BarcodeScannerConfig`](barcode-scanner-config.md)| The class that provides barcode scanning configurations. |
18
18
|[`BarcodeScanResult`](barcode-scan-result.md)| The result class. |
19
+
20
+
## Enumerations
21
+
22
+
| Enumeration | Description |
23
+
| ----------- | ----------- |
19
24
|[`EnumResultStatus`](enum-result-status.md)| An enumeration class that describes the result status. |
20
25
|[`EnumScanningMode`](enum-scanning-mode.md)| An enumeration class that describes the scanning mode. |
Copy file name to clipboardExpand all lines: programming/android/api-reference/index.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,24 +13,17 @@ This page provides an overview of the various modules and highlights the most es
13
13
14
14
The Dynamsoft Barcode Reader (DBR) SDK is built on the Dynamsoft Capture Vision (DCV) framework, which includes multiple modules working together to achieve barcode reading. The hierarchical structure diagram below illustrates the various modules of the DBR SDK (with modules at the top depending on those below).
The table below describes details the functionalities of these modules:
22
17
23
18
| Module | Description |
24
19
|:-------|:------------|
25
20
|`DynamsoftBarcodeReader`(DBR) | The Dynamsoft Barcode Reader module recognizes and decodes multiple barcode formats such as QR codes, Code 39, Code 128, and Data Matrix, among many others. |
26
21
|`DynamsoftCore`(Core) | The Dynamsoft Core module lays the foundation for Dynamsoft SDKs based on the DCV (Dynamsoft Capture Vision) architecture. It encapsulates the basic classes, interfaces, and enumerations shared by these SDKs. |
27
22
|`DynamsoftCaptureVisionRouter`(CVR) | The Dynamsoft Capture Vision Router module is the cornerstone of the Dynamsoft Capture Vision (DCV) architecture. It focuses on coordinating batch image processing and provides APIs for setting up image sources and result receivers, configuring workflows with parameters, and controlling processes. |
28
-
|`DynamsoftImageProcessing`(DIP) | The Dynamsoft Image Processing module facilitates digital image processing and supports operations for other modules, including the Barcode Reader, Label Recognizer, and Document Normalizer. |
29
23
|`DynamsoftLicense`(License) | The Dynamsoft License module manages the licensing aspects of Dynamsoft SDKs based on the DCV (Dynamsoft Capture Vision) architecture. |
30
24
|`DynamsoftCameraEnhancer`(DCE) | The Dynamsoft Camera Enhancer module controls the camera, transforming it into an image source for the DCV (Dynamsoft Capture Vision) architecture through ISA implementation. It also enhances image quality during acquisition and provides basic viewers for user interaction. |
31
25
|`DynamsoftUtility`(Utility) | The Dynamsoft Utility module defines auxiliary classes, including the ImageManager, and implementations of the CRF (Captured Result Filter) and ISA (Image Source Adapter) . These are shared by all Dynamsoft SDKs based on the DCV (Dynamsoft Capture Vision) architecture. |
32
26
|`DynamsoftCodeParser`(DCP) | The Dynamsoft Code Parser module converts data strings, typically encrypted in barcodes and machine-readable zones, into human-readable information. |
33
-
|`DynamsoftCodeParserDedicator`(DCPD) | The Dynamsoft Code Parser Dedicator module provides auxiliary functionality to enhance and extend the capabilities of DCP module. |
Copy file name to clipboardExpand all lines: programming/android/index.md
+51-55Lines changed: 51 additions & 55 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: default-layout
3
-
title: Main Page - Dynamsoft Barcode Reader for Android
4
-
description: This is the main page of Dynamsoft Barcode Reader for Android SDK.
3
+
title: Main Page - Dynamsoft Barcode Reader Android
4
+
description: This is the main page of Dynamsoft Barcode Reader Android SDK.
5
5
keywords: android
6
6
needAutoGenerateSidebar: true
7
7
needGenerateH3Content: true
@@ -10,70 +10,66 @@ breadcrumbText: Android
10
10
11
11
# Dynamsoft Barcode Reader Android Edition
12
12
13
-
Dynamsoft Barcode Reader (DBR) SDK Android Edition is a barcode reading tool designed specifically for Android developers.
13
+
Dynamsoft Barcode Reader (DBR) enables you to embed barcode reading capabilities with enterprise-class performance in your Android applications.
14
14
15
-
You can either get a quick start with the [BarcodeScanner APIs](api-reference/barcode-scanner/index.md) or experience a highly customizable development with the [foundational APIs](api-reference/index.md). Furthermore, DBR provides a powerful [parameter]({{ site.dcvb_parameters}}file/index.html?lang=android) system in order to cope with various scenarios.
15
+
## Download Demo
16
16
17
-
|| Develop with BarcodeScanner APIs | Develop with Foundational APIs |
> If you are looking for a solution to scan large batches of barcodes, please refer to the [`BatchBarcodeScanner`](https://www.dynamsoft.com/use-cases/batch-barcode-scanning/){:target="_blank"}. The `BatchBarcodeScanner` has much higher ability on scanning large number of barcodes. It also provides you a highly interactable UI for result previewing, editing, saving, reusing and sharing.
51
-
52
-
-[Build your First APP](user-guide.md)
53
-
-[Configure Your Barcode Scanner](user-guide/configure-barcode-scanner.md)
54
-
-[View BarcodeScanner API References](./api-reference/barcode-scanner/index.md)
55
-
-[Check out BarcodeScanner Samples on GitHub](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/BarcodeScannerAPISamples)
56
-
57
-
## Develop with Foundational APIs
58
-
59
-
If you are looking for a fully customizable barcode decoding library, you are welcome to use the Foundational APIs.
60
-
61
-
-[Build your APP with foundational APIs](foundational-guide.md)
0 commit comments