Skip to content

Commit c94a253

Browse files
Merge pull request #312 from dynamsoft-docs/preview
update to internal commit dbd61ccb
2 parents 2f1c160 + 1149929 commit c94a253

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

programming/android/user-guide.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ enableLanguageSelection: true
1414

1515
This user guide will walk through the [ScanSingleBarcode](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/BarcodeScannerAPISamples/) sample app. When creating your own project, please use this sample as a reference. This guide uses RTU (Ready to Use) APIs which aim to elevate the UI creation process with less code and offer a more pleasant and intuitive UI for your app.
1616

17-
If you have higher customization requirements for the interface, you may refer to the [Foundational API Samples](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/FoundationalAPISamples/) or [Build your APP with Foundational APIs]({{ site.android }}user-guide.html) article.
17+
> Note:
18+
>
19+
> This guide aims at scanning a single barcode with the `BarcodeScanner` component.
20+
>
21+
> - If you have requirement for scanning multiple barcodes, you may refer to the [DecodeMultipleBrcodes sample](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/FoundationalAPISamples/DecodeMultipleBarcodes).
22+
> - If you have higher customization requirements for the interface, you may refer to the [Foundational API Samples](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/FoundationalAPISamples/) or [Build your APP with Foundational APIs]({{ site.android }}user-guide.html) article.
1823
1924
## Requirements
2025

@@ -24,7 +29,7 @@ If you have higher customization requirements for the interface, you may refer t
2429

2530
## Add the SDK
2631

27-
There are two ways in which you can include the dynamsoftbarcodereaderbundle library in your app:
32+
There are two ways in which you can include the `dynamsoftbarcodereaderbundle` library in your app:
2833

2934
### Option 1: Add the Library via Maven
3035

@@ -82,7 +87,7 @@ There are two ways in which you can include the dynamsoftbarcodereaderbundle lib
8287
> Note:
8388
>
8489
> You need to add the CameraX dependency to use the `DynamsoftCameraEnhancer` library.
85-
> camerax_version 1.3.0+ is not currently compatible with the DynamsoftCameraEnhancer library.
90+
> camerax_version 1.3.0+ is not currently compatible with the `DynamsoftCameraEnhancer` library.
8691
8792
4. Click **Sync Now**. After the synchronization is complete, the SDK is added to the project.
8893

@@ -105,7 +110,7 @@ Add the SDK to your new project. Please read [Add the SDK](#add-the-sdk) section
105110

106111
## Step 3: Initialize the License
107112

108-
The first step in code configuration is to include a valid license in the BarcodeScannerConfig object, which is used when launching the scanner.
113+
The first step in code configuration is to include a valid license in the `BarcodeScannerConfig` object, which is used when launching the scanner.
109114

110115
We first start with the package imports and then start implementing the MainActivity class, which starts with some simple Android UI configuration and creating the TextView that will display the results, followed by defining the license via the `setLicense` method of `BarcodeScannerConfig`.
111116

programming/objectivec-swift/user-guide.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ enableLanguageSelection: true
1414

1515
This user guide will walk through the [ScanSingleBarcode](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/BarcodeScannerAPISamples/) sample app. When creating your own project, please use this sample as a reference. This guide uses RTU (Ready to Use) APIs which aim to elevate the UI creation process with less code and offer a more pleasant and intuitive UI for your app.
1616

17-
If you have higher customization requirements for the interface, you may refer to the [Foundational API Samples](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/FoundationalAPISamples/) or [Build your APP with Foundational APIs]({{ site.oc }}foundational-guide.html) article.
17+
> Note:
18+
>
19+
> This guide aims at scanning a single barcode with the `BarcodeScanner` component.
20+
>
21+
> - If you have requirement for scanning multiple barcodes, you may refer to the [DecodeMultipleBrcodes sample](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/FoundationalAPISamples/DecodeMultipleBarcodes).
22+
> - If you have higher customization requirements for the interface, you may refer to the [Foundational API Samples](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/FoundationalAPISamples/) or [Build your APP with Foundational APIs]({{ site.oc }}foundational-guide.html) article.
1823
1924
## Requirements
2025

@@ -24,7 +29,7 @@ If you have higher customization requirements for the interface, you may refer t
2429

2530
## Add the SDK
2631

27-
There are three ways in which you can include the DynamsoftBarcodeReaderBundle library in your app:
32+
There are three ways in which you can include the `DynamsoftBarcodeReaderBundle` library in your app:
2833

2934
### Option 1: Add the xcframeworks via Swift Package Manager
3035

0 commit comments

Comments
 (0)