Skip to content

Commit 8fd90ce

Browse files
Updating side lists and index
1 parent be3f0d1 commit 8fd90ce

2 files changed

Lines changed: 54 additions & 10 deletions

File tree

_includes/sidelist-programming/programming-android.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
</ul>
7474
</li>
7575

76-
<li lang="android"><a class="otherLinkColour">API References</a>
76+
<li lang="android"><a href="{{ site.dcvb_android_api }}" class="otherLinkColour">API References</a>
7777
<ul lang="android">
7878
<li lang="android"><a>DynamsoftCaptureVisionRouter</a>
7979
<ul lang="android">

programming/android/index.md

Lines changed: 53 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,65 @@ breadcrumbText: Android
1010

1111
# Dynamsoft Barcode Reader Android Edition
1212

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

15-
- Supported OS: Android 5.0 (API Level 21) or higher.
16-
- Supported ABI: **armeabi-v7a**, **arm64-v8a**, **x86** and **x86_64**.
17-
- Development Environment: Android Studio 2022.2.1 or higher.
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>
1825

1926
## Get Started
2027

21-
- [Quick Start](user-guide.md)
22-
- [Advanced Development (Foundational APIs)](foundational-guide.md)
28+
<table>
29+
<tr>
30+
<td width="50%" valign="top">
31+
<a href="../user-guide.html" style="display:block; color:inherit; text-decoration:none;">
32+
<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>
42+
<p><strong>Enter this guide →</strong></p>
43+
</a>
44+
</td>
45+
<td width="50%" valign="top">
46+
<a href="../foundational-guide.html" style="display:block; color:inherit; text-decoration:none;">
47+
<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>
57+
<p><strong>Enter this guide →</strong></p>
58+
</a>
59+
</td>
60+
</tr>
61+
</table>
62+
63+
## API References
64+
65+
- [API Reference](https://www.dynamsoft.com/barcode-reader/android/api-reference)
2366

24-
## Download Demo App
67+
## System Requirements
2568

26-
- [View in Google Play Store](https://play.google.com/store/apps/details?id=com.dynamsoft.demo.dynamsoftbarcodereaderdemo&pli=1){:target="_blank"}
27-
- [Download APK](https://download2.dynamsoft.com/dbr/android/DynamsoftBarcodeReaderDemoAndroid.apk){:target="_blank"}
69+
- Supported OS: Android 5.0 (API Level 21) or higher.
70+
- Supported ABI: **armeabi-v7a**, **arm64-v8a**, **x86** and **x86_64**.
71+
- Development Environment: Android Studio 2022.2.1 or higher.
2872

2973
## Release Notes
3074

0 commit comments

Comments
 (0)