Skip to content

Commit 867a6a8

Browse files
Merge pull request #298 from dynamsoft-docs/preview
Preview
2 parents ae3790d + b036ecd commit 867a6a8

File tree

5 files changed

+35
-4
lines changed

5 files changed

+35
-4
lines changed

_includes/sidelist-programming/programming-maui.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</li>
77
</ul>
88
</li>
9+
<li lang="maui"><a href="{{ site.dbr_maui }}samples/index.html" class="otherLinkColour">Demo &amp; Samples</a></li>
910
<li lang="maui"><a href="{{ site.dbr_maui_api }}" class="otherLinkColour">API Reference</a>
1011
<ul lang="maui">
1112
<li lang="maui"><a>Dynamsoft.CaptureVisionRouter.Maui</a>

programming/android/samples/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ noTitleIndex: true
99

1010
# Demo & Samples
1111

12-
- [Demo \& Samples](#demo--samples)
12+
- [Demo & Samples](#demo--samples)
1313
- [Demos](#demos)
1414
- [Barcode Scanner Demo](#barcode-scanner-demo)
1515
- [Barcode Decoding Samples](#barcode-decoding-samples)

programming/maui/migrate-from-xamarin-to-maui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ noTitleIndex: true
1212

1313
The Dynamsoft Barcode Reader SDK has been refactored to align with the [DynamsoftCaptureVision (DCV)]({{ site.dcvb_architecture }}) architecture. To upgrade to version 10.x, we recommend following the [User Guide](user-guide.md) and re-writing your code accordingly.
1414

15-
## Updating the Project
15+
## Update the Project
1616

1717
Previously, you created a Mobile App (Xamarin.Forms) project. Now, you’ll need to create a standalone .NET MAUI App project.
1818

19-
## Updating the Library
19+
## Update the Library
2020

2121
In your Xamarin.Forms project, you referenced the **Dynamsoft.CaptureVision.Xamarin.Forms** library. Now, in your MAUI project, you’ll need to reference the **Dynamsoft.BarcodeReaderBundle.Maui** library. Please refer to the [User Guide](user-guide.md#installation) for further instructions.
2222

programming/maui/samples/index.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: default-layout
3+
title: Demo & Samples - Dynamsoft Barcode Reader MAUI Edition
4+
description: The index of Dynamsoft Barcode Reader MAUI demo & samples.
5+
keywords: demo, sample, index, MAUI
6+
needAutoGenerateSidebar: true
7+
noTitleIndex: true
8+
---
9+
10+
# Demo & Samples
11+
12+
- [Demo & Samples](#demo--samples)
13+
- [Demos](#demos)
14+
- [Barcode Decoding Samples](#barcode-decoding-samples)
15+
- [BarcodeReaderSimpleSample](#barcodereadersimplesample)
16+
17+
## Demos
18+
19+
- Barcode Scanner Demo
20+
- [View in Google Play Store](https://play.google.com/store/apps/details?id=com.dynamsoft.demo.dynamsoftbarcodereaderdemo&pli=1){:target="_blank"}
21+
- [Download APK](https://download2.dynamsoft.com/dbr/android/DynamsoftBarcodeReaderDemoAndroid.apk)
22+
- [View in Apple Store](https://apps.apple.com/us/app/dynamsoft-barcode-scanner-demo/id1120581630){:target="_blank"}
23+
24+
## Barcode Decoding Samples
25+
26+
### BarcodeReaderSimpleSample
27+
28+
Decode barcodes from video streaming. It shows the simplest code to implement a video barcode scanner.
29+
30+
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-maui-samples/tree/main/BarcodeReaderSimpleSample){:target="_blank"}

programming/objectivec-swift/samples/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ noTitleIndex: true
99

1010
# Demo & Samples
1111

12-
- [Demo \& Samples](#demo--samples)
12+
- [Demo & Samples](#demo--samples)
1313
- [Demos](#demos)
1414
- [Barcode Decoding Samples](#barcode-decoding-samples)
1515
- [Read Single Barcode (With CameraEnhancer)](#read-single-barcode-with-cameraenhancer)

0 commit comments

Comments
 (0)