Skip to content

Commit 19a4819

Browse files
Updating side lists
1 parent bc65847 commit 19a4819

3 files changed

Lines changed: 50 additions & 43 deletions

File tree

programming/android/index.md

Lines changed: 48 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -12,54 +12,61 @@ breadcrumbText: Android
1212

1313
Dynamsoft Barcode Reader (DBR) enables you to embed barcode reading capabilities with enterprise-class performance in your Android applications.
1414

15-
## Download Demo
16-
17-
<div style="display: flex; gap: 8px; margin: 1em 0 2em 0;">
18-
<a href="https://play.google.com/store/apps/details?id=com.dynamsoft.demo.dynamsoftbarcodereaderdemo" target="_blank">
19-
<img src="../assets/samples/google-play.svg" alt="Get it on Google Play" style="height: 50px; width: auto;">
20-
</a>
21-
<a href="https://download2.dynamsoft.com/dbr/android/DynamsoftBarcodeReaderDemoAndroid.apk" target="_blank">
22-
<img src="../assets/samples/download_apk.svg" alt="Download APK" style="height: 50px; width: auto;">
23-
</a>
24-
</div>
25-
2615
## Get Started
2716

2817
<table>
2918
<tr>
3019
<td width="50%" valign="top">
31-
<a href="../user-guide.html" style="display:block; color:inherit; text-decoration:none;">
20+
<a href="user-guide.html" style="display:block; color:inherit; text-decoration:none;">
3221
<h2>🚀 Quick Start</h2>
33-
<p>
34-
Build a working scanner app quickly with the ready-to-use <code>BarcodeScanner</code> component.
35-
Best for fast integration and standard scanning workflows.
36-
</p>
37-
<ul>
38-
<li>Preset scanning UI</li>
39-
<li>Fewer lines of code</li>
40-
<li>Limited Features</li>
41-
</ul>
22+
<p>Best for evaluation and quick scanning setup.</p>
4223
<p><strong>Enter this guide →</strong></p>
4324
</a>
4425
</td>
4526
<td width="50%" valign="top">
46-
<a href="../foundational-guide.html" style="display:block; color:inherit; text-decoration:none;">
27+
<a href="foundational-guide.html" style="display:block; color:inherit; text-decoration:none;">
4728
<h2>🛠️ Full-Feature Development</h2>
48-
<p>
49-
Use Foundational APIs for professional-level customization of camera control,
50-
decoding workflow, and performance tuning.
51-
</p>
52-
<ul>
53-
<li>Full workflow control</li>
54-
<li>Custom UI and camera pipeline</li>
55-
<li>Advanced scenario coverage</li>
56-
</ul>
29+
<p>Best for production apps and full workflow control.</p>
5730
<p><strong>Enter this guide →</strong></p>
5831
</a>
5932
</td>
6033
</tr>
6134
</table>
6235

36+
## Download Demo
37+
38+
<div style="display: flex; gap: 8px; margin: 1em 0 2em 0;">
39+
<a href="https://play.google.com/store/apps/details?id=com.dynamsoft.demo.dynamsoftbarcodereaderdemo" target="_blank">
40+
<img src="../assets/samples/google-play.svg" alt="Get it on Google Play" style="height: 50px; width: auto;">
41+
</a>
42+
<a href="https://download2.dynamsoft.com/dbr/android/DynamsoftBarcodeReaderDemoAndroid.apk" target="_blank">
43+
<img src="../assets/samples/download_apk.svg" alt="Download APK" style="height: 50px; width: auto;">
44+
</a>
45+
</div>
46+
47+
## Supported Barcode Formats
48+
49+
Dynamsoft Barcode Reader supports the following barcode formats:
50+
51+
| 1D/Linear Barcodes | 2D Barcodes | GS1 DataBar | Postal Codes | Other Types |
52+
|--------------------------|---------------------|-------------------------| --------------------- | ------------------ |
53+
| Code 39/Code 39 Extended | QR Code | Omnidirectional | USPS Intelligent Mail | GS1 Composite Code |
54+
| Code 93 | Micro QR Code | Truncated | Postnet | Patch Code |
55+
| Code 128 | Data Matrix | Stacked | Planet | Pharmacode |
56+
| Codabar | PDF417 | Stacked Omnidirectional | Australian Post | Telepen |
57+
| Interleaved 2 of 5 | Micro PDF417 | Limited | UK Royal Mail | |
58+
| EAN-8 | Aztec Code | Expanded | KIX | |
59+
| EAN-13 | MaxiCode (mode 2-5) | Expanded Stacked | | |
60+
| UPC-A | DotCode | | | |
61+
| UPC-E | | | | |
62+
| Industrial 2 of 5 | | | | |
63+
| MSI (Modified Plessey) | | | | |
64+
| Code 11 | | | | |
65+
| Code 32 | | | | |
66+
| Matrix 2 of 5 | | | | |
67+
68+
[Learn more about these barcode formats](https://www.dynamsoft.com/barcode-reader/barcode-types/).
69+
6370
## API References
6471

6572
- [API Reference](https://www.dynamsoft.com/barcode-reader/android/api-reference)
@@ -70,23 +77,23 @@ Dynamsoft Barcode Reader (DBR) enables you to embed barcode reading capabilities
7077
- Supported ABI: **armeabi-v7a**, **arm64-v8a**, **x86** and **x86_64**.
7178
- Development Environment: Android Studio 2022.2.1 or higher.
7279

73-
## Release Notes
80+
## License Subscription
7481

75-
- [Version 11.x](release-notes/android-11.html)
76-
- [Version 10.x](release-notes/android-10.html)
77-
- [Version 9.x](release-notes/android-9.html)
78-
- [Version 8.x](release-notes/android-8.html)
79-
- [Version 7.6 and below](release-notes/android-7.html)
82+
To develop and run your application with Dynamsoft Barcode Reader SDK, you need an active license key:
83+
84+
- [Request a 30-day free trial license](https://www.dynamsoft.com/customer/license/trialLicense?utm_source=docs&product=dbr&package=android){:target="_blank"}
8085

8186
## Upgrade Instructions
8287

8388
- [How to upgrade](upgrade.md)
8489

85-
## License Subscription
86-
87-
To develop and run your application with Dynamsoft Barcode Reader SDK, you need an active license key:
90+
## Release Notes
8891

89-
- [Request a 30-day free trial license](https://www.dynamsoft.com/customer/license/trialLicense?utm_source=docs&product=dbr&package=android){:target="_blank"}
92+
- [Version 11.x](release-notes/android-11.html)
93+
- [Version 10.x](release-notes/android-10.html)
94+
- [Version 9.x](release-notes/android-9.html)
95+
- [Version 8.x](release-notes/android-8.html)
96+
- [Version 7.6 and below](release-notes/android-7.html)
9097

9198
## Online Store
9299

programming/android/user-guide/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ Choose one of the two guides below based on your development goal.
5252

5353
## Which one should I choose?
5454

55-
- Choose **BarcodeScanner** if you want to ship quickly with minimal setup.
56-
- Choose **Foundational APIs** if you need deeper customization and full control.
55+
- Choose **Quick Start** for evaluation and fast barcode scanning setup.
56+
- Choose **Full-Feature Development** for production apps and full workflow control.
-44 KB
Binary file not shown.

0 commit comments

Comments
 (0)