Skip to content

Commit 3cd5a53

Browse files
Updating iOS side lists
1 parent 4b2de32 commit 3cd5a53

29 files changed

Lines changed: 2029 additions & 163 deletions

_includes/sidelist-programming/programming-android.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<li lang="android"><a class="otherLinkColour">Core Concepts</a>
1010
<ul>
1111
<li><a href="{{ site.android }}user-guide/concept/barcode-format.html" class="otherLinkColour">Barcode Formats</a></li>
12-
<li><a href="{{ site.android }}user-guide/concept/parameters-and-templates.html" class="otherLinkColour">Settings, Parameters & Templates</a></li>
12+
<li><a href="{{ site.android }}user-guide/concept/parameters-and-templates.html" class="otherLinkColour">Parameters, Settings & Templates</a></li>
1313
<li><a href="{{ site.android }}user-guide/concept/understand-barcode-results.html" class="otherLinkColour">Understanding Barcode Results</a></li>
1414
<li><a href="{{ site.android }}user-guide/concept/models.html" class="otherLinkColour">Deep Learning Models</a></li>
1515
</ul>
@@ -55,6 +55,8 @@
5555
<li lang="android"><a href="{{ site.features }}read-images-with-texture.html?lang=android" class="otherLinkColour">Read images with texture</a></li>
5656
<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>
5757
<li lang="android"><a href="{{ site.features }}read-dense-barcodes.html?lang=android" class="otherLinkColour">Read high-density QR Codes</a></li>
58+
<li lang="android"><a href="{{ site.usecases }}read-dpm-codes.html?lang=android" class="otherLinkColour">Read DPM Codes</a></li>
59+
<li lang="android"><a href="{{ site.usecases }}read-postal-codes.html?lang=android" class="otherLinkColour">Read Postal Codes</a></li>
5860
<li lang="android"><a href="{{ site.features }}preprocess-images.html?lang=android" class="otherLinkColour">Preprocess images to read difficult barcodes</a></li>
5961
<li lang="android"><a href="{{ site.features }}use-region-predetection.html?lang=android" class="otherLinkColour">Pre-detect Region of Interest (ROI)</a></li>
6062
<li lang="android"><a href="{{ site.features }}use-format-specific-configuration.html?lang=android" class="otherLinkColour">Use format specific configurations</a></li>

_includes/sidelist-programming/programming-oc.html

Lines changed: 63 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,72 @@
11
<li lang="objectivec-swift" class="category">DEVELOPMENT</li>
22

33

4-
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/index.html" class="otherLinkColour">User Guide</a>
5-
<ul lang="objectivec-swift" >
6-
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide.html" class="otherLinkColour">Build your first APP</a> </li>
7-
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/understand-barcode-scan-results.html" class="otherLinkColour">Understand Barcode Scan Results</a></li>
8-
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/configure-barcode-scanner.html" class="otherLinkColour">Configure Barcode Scanner</a>
9-
<ul lang="objectivec-swift" >
10-
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/scanner-barcode-formats.html" class="otherLinkColour">Specify Barcode Format</a></li>
11-
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/scanner-multi-barcodes.html" class="otherLinkColour">Switch Single & Multiple Scanning Modes</a></li>
12-
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/scanner-improve-performance.html" class="otherLinkColour">Improve the Performance</a></li>
13-
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/scanner-customize-ui.html" class="otherLinkColour">Customize the Scanner UI</a></li>
14-
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/scanner-additional-settings.html" class="otherLinkColour">Add Additional Settings</a></li>
4+
<li lang="objectivec-swift"><a href="{{ site.oc }}user-guide/index.html" class="otherLinkColour">Get Started</a>
5+
<ul lang="objectivec-swift">
6+
<li lang="objectivec-swift"><a href="{{ site.oc }}user-guide.html" class="otherLinkColour">Quick Start</a></li>
7+
<li lang="objectivec-swift"><a href="{{ site.oc }}foundational-guide.html" class="otherLinkColour">Build with Foundational API</a></li>
8+
</ul>
9+
</li>
10+
11+
<li lang="objectivec-swift"><a class="otherLinkColour">Core Concepts</a>
12+
<ul lang="objectivec-swift">
13+
<li lang="objectivec-swift"><a href="{{ site.oc }}user-guide/concept/barcode-format.html" class="otherLinkColour">Barcode Formats</a></li>
14+
<li lang="objectivec-swift"><a href="{{ site.oc }}user-guide/concept/parameters-and-templates.html" class="otherLinkColour">Parameters, Settings & Templates</a></li>
15+
<li lang="objectivec-swift"><a href="{{ site.oc }}user-guide/concept/understand-barcode-results.html" class="otherLinkColour">Understanding Barcode Results</a></li>
16+
<li lang="objectivec-swift"><a href="{{ site.oc }}user-guide/concept/models.html" class="otherLinkColour">Deep Learning Models</a></li>
17+
</ul>
18+
</li>
19+
20+
<li lang="objectivec-swift"><a class="otherLinkColour">Capabilities</a>
21+
<ul lang="objectivec-swift">
22+
<li lang="objectivec-swift"><a class="otherLinkColour">Input</a>
23+
<ul lang="objectivec-swift">
24+
<li lang="objectivec-swift"><a href="{{ site.oc }}user-guide/capabilities/read-from-camera.html" class="otherLinkColour">Read from Camera</a></li>
25+
<li lang="objectivec-swift"><a href="{{ site.oc }}user-guide/capabilities/read-from-an-image.html" class="otherLinkColour">Read from Image</a></li>
1526
</ul>
1627
</li>
17-
18-
<li lang="objectivec-swift" ><a class="otherLinkColour">Develop with Foundational APIs</a>
28+
<li lang="objectivec-swift"><a class="otherLinkColour">Working with Results</a>
1929
<ul lang="objectivec-swift">
20-
<li lang="objectivec-swift" ><a href="{{ site.oc }}foundational-guide.html" class="otherLinkColour">Build your APP with foundational APIs</a></li>
21-
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/explore-features/index.html" class="otherLinkColour">Explore Features</a>
22-
<ul lang="objectivec-swift" >
23-
<li lang="objectivec-swift" ><a class="otherLinkColour">Basic Features</a>
24-
<ul lang="objectivec-swift" >
25-
<li lang="objectivec-swift" ><a href="{{ site.features }}barcode-formats-and-count.html?lang=objc,swift" class="otherLinkColour">Specify barcode formats and count</a></li>
26-
<li lang="objectivec-swift" ><a href="{{ site.features }}read-video-streaming-mobile.html?lang=objc,swift" class="otherLinkColour">Read barcode from video streaming</a></li>
27-
<li lang="objectivec-swift" ><a href="{{ site.features }}barcode-scan-region-mobile.html?lang=objc,swift" class="otherLinkColour">Read a specific area/region</a></li>
28-
<li lang="objectivec-swift" ><a href="{{ site.oc }}ui-configurations.html" class="otherLinkColour">Customize the UI</a></li>
29-
</ul>
30-
</li>
31-
<li lang="objectivec-swift" ><a class="otherLinkColour">Handle Different Scenarios</a>
32-
<ul lang="objectivec-swift" >
33-
<li lang="objectivec-swift" ><a href="{{ site.features }}read-inverted-barcodes.html?lang=objc,swift" class="otherLinkColour">Read inverted barcodes</a></li>
34-
<li lang="objectivec-swift" ><a href="{{ site.features }}read-deformed-barcodes.html?lang=objc,swift" class="otherLinkColour">Read deformed barcodes</a></li>
35-
<li lang="objectivec-swift" ><a href="{{ site.features }}read-incomplete-barcodes.html?lang=objc,swift" class="otherLinkColour">Read incomplete barcodes</a></li>
36-
<li lang="objectivec-swift" ><a href="{{ site.features }}read-a-large-image.html?lang=objc,swift" class="otherLinkColour">Read barcodes from a large image</a></li>
37-
<li lang="objectivec-swift" ><a href="{{ site.features }}read-barcodes-with-small-module-size.html?lang=objc,swift" class="otherLinkColour">Read barcodes with small module size</a></li>
38-
<li lang="objectivec-swift" ><a href="{{ site.features }}read-barcodes-with-imbalanced-colour.html?lang=objc,swift" class="otherLinkColour">Read images with imbalanced colors</a></li>
39-
<li lang="objectivec-swift" ><a href="{{ site.features }}read-barcodes-with-uneven-lighting.html?lang=objc,swift" class="otherLinkColour">Read images with uneven lighting</a></li>
40-
<li lang="objectivec-swift" ><a href="{{ site.features }}read-images-with-texture.html?lang=objc,swift" class="otherLinkColour">Read images with texture</a></li>
41-
<li lang="objectivec-swift" ><a href="{{ site.features }}read-images-with-lots-of-text.html?lang=objc,swift" class="otherLinkColour">Read images with lots of text</a></li>
42-
<li lang="objectivec-swift" ><a href="{{ site.features }}read-dense-barcodes.html?lang=objc,swift" class="otherLinkColour">Read high-density QR Codes</a></li>
43-
<li lang="objectivec-swift" ><a href="{{ site.features }}preprocess-images.html?lang=objc,swift" class="otherLinkColour">Preprocess images to read difficult barcodes</a></li>
44-
<li lang="objectivec-swift" ><a href="{{ site.features }}use-region-predetection.html?lang=objc,swift" class="otherLinkColour">Pre-detect Region of Interest (ROI)</a></li>
45-
</ul>
46-
</li>
47-
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/understand-barcode-results.html" class="otherLinkColour">Understand Barcode Results</a>
48-
<ul lang="objectivec-swift" >
49-
<li lang="objectivec-swift" ><a href="{{ site.features }}get-confidence-rotation.html?lang=objc,swift" class="otherLinkColour">Get barcode confidence and rotation</a></li>
50-
<li lang="objectivec-swift" ><a href="{{ site.features }}get-barcode-location.html?lang=objc,swift" class="otherLinkColour">Get barcode location</a></li>
51-
<li lang="objectivec-swift" ><a href="{{ site.features }}get-detailed-info.html?lang=objc,swift" class="otherLinkColour">Get detailed barcode information</a></li>
52-
<li lang="objectivec-swift" ><a href="{{ site.features }}filter-and-sort.html?lang=objc,swift" class="otherLinkColour">Filter and sort decoding results</a></li>
53-
</ul>
54-
</li>
55-
<li lang="objectivec-swift" ><a class="otherLinkColour">Advanced Features</a>
56-
<ul lang="objectivec-swift" >
57-
<li lang="objectivec-swift" ><a href="{{ site.features }}use-runtimesettings-or-templates.html?lang=objc,swift" class="otherLinkColour">Use RuntimeSettings or Templates</a></li>
58-
<li lang="objectivec-swift" ><a href="{{ site.features }}use-format-specific-configuration.html?lang=objc,swift" class="otherLinkColour">Use format specific configurations</a></li>
59-
</ul>
60-
</li>
61-
</ul>
62-
</li>
30+
<li lang="objectivec-swift"><a href="{{ site.features }}filter-and-sort.html?lang=objc,swift" class="otherLinkColour">Parameter Based Result Filter</a></li>
31+
<li lang="objectivec-swift"><a href="{{ site.features }}get-detailed-info.html?lang=objc,swift" class="otherLinkColour">Get Detailed Barcode Information</a></li>
32+
<li lang="objectivec-swift"><a href="{{ site.features }}get-confidence-rotation.html?lang=objc,swift" class="otherLinkColour">Get Barcode Confidence and Rotation</a></li>
33+
<li lang="objectivec-swift"><a href="{{ site.features }}get-barcode-location.html?lang=objc,swift" class="otherLinkColour">Get Barcode Location</a></li>
34+
<li lang="objectivec-swift"><a href="{{ site.oc }}user-guide/capabilities/multi-frame-cross-filter.html" class="otherLinkColour">Multi-Frame Cross Filter</a></li>
35+
</ul>
36+
</li>
37+
<li lang="objectivec-swift"><a class="otherLinkColour">Control the Scanning Process</a>
38+
<ul lang="objectivec-swift">
39+
<li lang="objectivec-swift"><a href="{{ site.oc }}user-guide/capabilities/init-customized-template.html" class="otherLinkColour">Initialize Customized Template</a></li>
40+
<li lang="objectivec-swift"><a href="{{ site.oc }}user-guide/capabilities/config-simplified-settings.html" class="otherLinkColour">Configure Simplified Settings</a></li>
41+
<li lang="objectivec-swift"><a href="{{ site.oc }}user-guide/capabilities/barcode-formats.html" class="otherLinkColour">Configure Barcode Format</a></li>
42+
<li lang="objectivec-swift"><a href="{{ site.oc }}user-guide/capabilities/feedback.html" class="otherLinkColour">Add Scan Feedback</a></li>
43+
<li lang="objectivec-swift"><a href="{{ site.oc }}user-guide/capabilities/read-specific-area.html" class="otherLinkColour">Read a specific area/region</a></li>
44+
<li lang="objectivec-swift"><a href="{{ site.oc }}user-guide/capabilities/single-multiple.html" class="otherLinkColour">Switch Single & Multiple</a></li>
45+
<li lang="objectivec-swift"><a href="{{ site.oc }}user-guide/capabilities/zoom-control.html" class="otherLinkColour">Zoom Control</a></li>
46+
</ul>
47+
</li>
48+
<li lang="objectivec-swift"><a class="otherLinkColour">Decode Challenging Barcodes</a>
49+
<ul lang="objectivec-swift">
50+
<li lang="objectivec-swift"><a href="{{ site.features }}read-inverted-barcodes.html?lang=objc,swift" class="otherLinkColour">Read inverted barcodes</a></li>
51+
<li lang="objectivec-swift"><a href="{{ site.features }}read-deformed-barcodes.html?lang=objc,swift" class="otherLinkColour">Read deformed barcodes</a></li>
52+
<li lang="objectivec-swift"><a href="{{ site.features }}read-incomplete-barcodes.html?lang=objc,swift" class="otherLinkColour">Read incomplete barcodes</a></li>
53+
<li lang="objectivec-swift"><a href="{{ site.features }}read-a-large-image.html?lang=objc,swift" class="otherLinkColour">Read barcodes from a large image</a></li>
54+
<li lang="objectivec-swift"><a href="{{ site.features }}read-barcodes-with-small-module-size.html?lang=objc,swift" class="otherLinkColour">Read barcodes with small module size</a></li>
55+
<li lang="objectivec-swift"><a href="{{ site.features }}read-barcodes-with-imbalanced-colour.html?lang=objc,swift" class="otherLinkColour">Read images with imbalanced colors</a></li>
56+
<li lang="objectivec-swift"><a href="{{ site.features }}read-barcodes-with-uneven-lighting.html?lang=objc,swift" class="otherLinkColour">Read images with uneven lighting</a></li>
57+
<li lang="objectivec-swift"><a href="{{ site.features }}read-images-with-texture.html?lang=objc,swift" class="otherLinkColour">Read images with texture</a></li>
58+
<li lang="objectivec-swift"><a href="{{ site.features }}read-images-with-lots-of-text.html?lang=objc,swift" class="otherLinkColour">Read images with lots of text</a></li>
59+
<li lang="objectivec-swift"><a href="{{ site.features }}read-dense-barcodes.html?lang=objc,swift" class="otherLinkColour">Read high-density QR Codes</a></li>
60+
<li lang="objectivec-swift"><a href="{{ site.features }}preprocess-images.html?lang=objc,swift" class="otherLinkColour">Preprocess images to read difficult barcodes</a></li>
61+
<li lang="objectivec-swift"><a href="{{ site.features }}use-region-predetection.html?lang=objc,swift" class="otherLinkColour">Pre-detect Region of Interest (ROI)</a></li>
62+
<li lang="objectivec-swift"><a href="{{ site.features }}use-format-specific-configuration.html?lang=objc,swift" class="otherLinkColour">Use format specific configurations</a></li>
63+
</ul>
64+
</li>
65+
<li lang="objectivec-swift"><a class="otherLinkColour">Customize the UI</a>
66+
<ul lang="objectivec-swift">
67+
<li lang="objectivec-swift"><a href="{{ site.oc }}user-guide/capabilities/add-functional-buttons.html" class="otherLinkColour">Add Functional Buttons</a></li>
68+
<li lang="objectivec-swift"><a href="{{ site.oc }}user-guide/capabilities/add-graphics.html" class="otherLinkColour">Add Graphics with DrawingItems</a></li>
69+
<li lang="objectivec-swift"><a href="{{ site.oc }}user-guide/capabilities/scan-region-style.html" class="otherLinkColour">Scan Region Style</a></li>
6370
</ul>
6471
</li>
6572
</ul>

programming/android/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ breadcrumbText: Android
1818

1919
## Get Started
2020

21-
- [Quick Start with BarcodeScanner Component](user-guide.md) if you want to quickly setup and experience the basic scanning workflow.
22-
- [Develop with Foundational APIs](foundational-guide.md) if you are developing barcode scanning feature for a customized workflow.
21+
- [Quick Start](user-guide.md)
22+
- [Advanced Development (Foundational APIs)](foundational-guide.md)
2323

2424
## Download Demo App
2525

0 commit comments

Comments
 (0)