Skip to content

Commit 29a72d3

Browse files
Update programming-android.html
1 parent e533a7f commit 29a72d3

1 file changed

Lines changed: 34 additions & 26 deletions

File tree

_includes/sidelist-programming/programming-android.html

Lines changed: 34 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
<li lang="android" class="category">DEVELOPMENT</li>
22

3-
<li lang="android"><a href="{{ site.android }}user-guide/index.html" class="otherLinkColour">Getting Started</a>
3+
<li lang="android"><a href="{{ site.android }}user-guide/index.html" class="otherLinkColour">User Guide</a>
44
<ul lang="android">
5-
<li lang="android"><a href="{{ site.android }}user-guide/license-activation.html" class="otherLinkColour">License Initialization</a></li>
6-
<li lang="android"><a href="{{ site.android }}user-guide.html" class="otherLinkColour">Quick Start</a></li>
7-
<li lang="android"><a class="otherLinkColour">Full-Feature Development</a>
5+
<li lang="android"><a class="otherLinkColour">Develop with BarcodeScanner APIs</a>
86
<ul lang="android">
9-
<li lang="android"><a href="{{ site.android }}foundational-guide.html" class="otherLinkColour">Build Your First APP</a></li>
7+
<li lang="android"><a href="{{ site.android }}user-guide.html" class="otherLinkColour">Getting Started</a></li>
8+
<li lang="android"><a href="{{ site.android }}user-guide.html" class="otherLinkColour">Config Barcode Scanner</a></li>
9+
</ul>
10+
</li>
11+
<li lang="android"><a class="otherLinkColour">Develop with Foundational APIs</a>
12+
<ul lang="android">
13+
<li lang="android"><a href="{{ site.android }}foundational-guide.html" class="otherLinkColour">Getting Started</a></li>
1014
<li lang="android"><a href="{{ site.android }}user-guide/concept/capture-vision-architecture.html" class="otherLinkColour">Core Concepts</a></li>
11-
<li lang="android"><a href="{{ site.android }}user-guide/capabilities/index.html" class="otherLinkColour">Functionality & Capabilities</a>
15+
<li lang="android"><a href="{{ site.android }}user-guide/capabilities/index.html" class="otherLinkColour">Feature Guides</a>
1216
<ul>
1317
<li lang="android"><a class="otherLinkColour">Input Management</a>
1418
<ul lang="android">
@@ -55,29 +59,33 @@
5559
</li>
5660
</ul>
5761
</li>
58-
</ul>
59-
</li>
62+
<li lang="android"><a class="otherLinkColour">Scenario Optimization</a>
63+
<ul lang="android">
64+
<li lang="android"><a href="{{ site.features }}read-inverted-barcodes.html?lang=android" class="otherLinkColour">Read inverted barcodes</a></li>
65+
<li lang="android"><a href="{{ site.features }}read-deformed-barcodes.html?lang=android" class="otherLinkColour">Read deformed barcodes</a></li>
66+
<li lang="android"><a href="{{ site.features }}read-incomplete-barcodes.html?lang=android" class="otherLinkColour">Read incomplete barcodes</a></li>
67+
<li lang="android"><a href="{{ site.features }}read-a-large-image.html?lang=android" class="otherLinkColour">Read barcodes from a large image</a></li>
68+
<li lang="android"><a href="{{ site.features }}read-barcodes-with-small-module-size.html?lang=android" class="otherLinkColour">Read barcodes with small module size</a></li>
69+
<li lang="android"><a href="{{ site.features }}read-barcodes-with-imbalanced-colour.html?lang=android" class="otherLinkColour">Read images with imbalanced colors</a></li>
70+
<li lang="android"><a href="{{ site.features }}read-barcodes-with-uneven-lighting.html?lang=android" class="otherLinkColour">Read images with uneven lighting</a></li>
71+
<li lang="android"><a href="{{ site.features }}read-images-with-texture.html?lang=android" class="otherLinkColour">Read images with texture</a></li>
72+
<li lang="android"><a href="{{ site.features }}read-images-with-lots-of-text.html?lang=android" class="otherLinkColour">Read images with lots of text</a></li>
73+
<li lang="android"><a href="{{ site.features }}read-dense-barcodes.html?lang=android" class="otherLinkColour">Read high-density QR Codes</a></li>
74+
<li lang="android"><a href="{{ site.usecases }}read-dpm-codes.html?lang=android" class="otherLinkColour">Read DPM Codes</a></li>
75+
<li lang="android"><a href="{{ site.usecases }}read-postal-codes.html?lang=android" class="otherLinkColour">Read Postal Codes</a></li>
76+
<li lang="android"><a href="{{ site.features }}preprocess-images.html?lang=android" class="otherLinkColour">Preprocess images to read difficult barcodes</a></li>
77+
<li lang="android"><a href="{{ site.features }}use-region-predetection.html?lang=android" class="otherLinkColour">Pre-detect Region of Interest (ROI)</a></li>
78+
<li lang="android"><a href="{{ site.features }}use-format-specific-configuration.html?lang=android" class="otherLinkColour">Use format specific configurations</a></li>
79+
</ul>
80+
</li>
6081

61-
<li lang="android"><a class="otherLinkColour">Optimizations for Challenging Cases</a>
62-
<ul lang="android">
63-
<li lang="android"><a href="{{ site.features }}read-inverted-barcodes.html?lang=android" class="otherLinkColour">Read inverted barcodes</a></li>
64-
<li lang="android"><a href="{{ site.features }}read-deformed-barcodes.html?lang=android" class="otherLinkColour">Read deformed barcodes</a></li>
65-
<li lang="android"><a href="{{ site.features }}read-incomplete-barcodes.html?lang=android" class="otherLinkColour">Read incomplete barcodes</a></li>
66-
<li lang="android"><a href="{{ site.features }}read-a-large-image.html?lang=android" class="otherLinkColour">Read barcodes from a large image</a></li>
67-
<li lang="android"><a href="{{ site.features }}read-barcodes-with-small-module-size.html?lang=android" class="otherLinkColour">Read barcodes with small module size</a></li>
68-
<li lang="android"><a href="{{ site.features }}read-barcodes-with-imbalanced-colour.html?lang=android" class="otherLinkColour">Read images with imbalanced colors</a></li>
69-
<li lang="android"><a href="{{ site.features }}read-barcodes-with-uneven-lighting.html?lang=android" class="otherLinkColour">Read images with uneven lighting</a></li>
70-
<li lang="android"><a href="{{ site.features }}read-images-with-texture.html?lang=android" class="otherLinkColour">Read images with texture</a></li>
71-
<li lang="android"><a href="{{ site.features }}read-images-with-lots-of-text.html?lang=android" class="otherLinkColour">Read images with lots of text</a></li>
72-
<li lang="android"><a href="{{ site.features }}read-dense-barcodes.html?lang=android" class="otherLinkColour">Read high-density QR Codes</a></li>
73-
<li lang="android"><a href="{{ site.usecases }}read-dpm-codes.html?lang=android" class="otherLinkColour">Read DPM Codes</a></li>
74-
<li lang="android"><a href="{{ site.usecases }}read-postal-codes.html?lang=android" class="otherLinkColour">Read Postal Codes</a></li>
75-
<li lang="android"><a href="{{ site.features }}preprocess-images.html?lang=android" class="otherLinkColour">Preprocess images to read difficult barcodes</a></li>
76-
<li lang="android"><a href="{{ site.features }}use-region-predetection.html?lang=android" class="otherLinkColour">Pre-detect Region of Interest (ROI)</a></li>
77-
<li lang="android"><a href="{{ site.features }}use-format-specific-configuration.html?lang=android" class="otherLinkColour">Use format specific configurations</a></li>
7882
</ul>
7983
</li>
8084

85+
86+
87+
<li lang="android"><a href="{{ site.android }}samples/index.html" class="otherLinkColour">Demo &amp; Samples</a></li>
88+
8189
<li lang="android"><a href="{{ site.dbr_android_api }}" class="otherLinkColour">API References</a>
8290
<ul lang="android">
8391
<li lang="android"><a href="{{ site.dbr_android_api }}barcode-scanner/barcode-scan-result.html" class="otherLinkColour">BarcodeScanner</a>
@@ -712,7 +720,6 @@
712720
</li>
713721
<li lang="android" class="category">USEFUL RESOURCES</li>
714722

715-
<li lang="android"><a href="{{ site.android }}samples/index.html" class="otherLinkColour">Demo &amp; Samples</a></li>
716723
<li lang="android"><a href="{{ site.android_release_notes }}" class="otherLinkColour">Release Notes</a>
717724
<ul lang="android">
718725
<li lang="android"><a href="{{ site.android_release_notes }}android-11.html" class="otherLinkColour">Version 11.x</a></li>
@@ -728,6 +735,7 @@
728735
<li lang="android" ><a href="{{ site.android }}migrate-from-v9/" class="otherLinkColour">Migrate from v9 to v11</a></li>
729736
</ul>
730737
</li>
738+
<li lang="android"><a href="{{ site.android }}user-guide/license-activation.html" class="otherLinkColour">License Initialization</a></li>
731739
<li lang="android"><a target="_blank" href="{{ site.faq }}index.html" class="otherLinkColour">FAQ</a></li>
732740

733741
<li lang="android" class="category">OTHER EDITIONS</li>

0 commit comments

Comments
 (0)