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/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