Skip to content

Commit

Permalink
Merge pull request #244 from dynamsoft-docs/03082024-debug
Browse files Browse the repository at this point in the history
Fixed wrong links to samples
  • Loading branch information
Dynamsoft-Jerson committed Mar 8, 2024
2 parents da763ea + a2303d5 commit 79ae1ab
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 546 deletions.
4 changes: 2 additions & 2 deletions programming-old/android/user-guide-v8.8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ In this section, let's see how to create a HelloWorld app for reading barcodes f
>Note:
>
>- Android Studio 4.2 is used here in this guide.
>- You can get the source code of the HelloWord app [here](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/Java/HelloWorld/).
>- You can get the source code of the HelloWord app [here](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/v8.9.3/android/HelloWorld/).
### Create a New Project

Expand Down Expand Up @@ -277,7 +277,7 @@ There are two ways to include the SDK into your project - local binary dependenc
}
```

You can download the complete source code [here](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/Java/HelloWorld/).
You can download the complete source code [here](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/v8.9.3/android/HelloWorld/).

### Build and Run the Project

Expand Down
4 changes: 2 additions & 2 deletions programming-old/android/user-guide-v8.9.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ In this section, let's see how to create a HelloWorld app for reading barcodes f
>Note:
>
>- Android Studio 4.2 is used here in this guide.
>- You can get the source code of the Helloword app [here](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/Java/HelloWorld/).
>- You can get the source code of the Helloword app [here](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/v8.9.3/android/HelloWorld/){:target="_blank"}.
### Create a New Project

Expand Down Expand Up @@ -281,7 +281,7 @@ There are two ways to include the SDK into your project - local binary dependenc

You can download the complete source code here:

- <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/Java/HelloWorld/" target="_blank">Android source code</a>
- <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/v8.9.3/android/HelloWorld/" target="_blank">Android source code</a>

## Next Steps

Expand Down
8 changes: 4 additions & 4 deletions programming-old/android/user-guide-v9.6.30.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ In this section, let's see how to create a HelloWorld app for reading barcodes f
>
>- Android Studio 4.2 is used here in this guide.
>- You can get similar source code from
> - <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/Java/HelloWorld" target="_blank">HelloWorld Sample (Java)</a>
> - <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/Kotlin/HelloWorld" target="_blank">HelloWorld Sample (Kotlin)</a>
> - <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/v9.6.20/android/Java/HelloWorld" target="_blank">HelloWorld Sample (Java)</a>
> - <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/v9.6.20/android/Kotlin/HelloWorld" target="_blank">HelloWorld Sample (Kotlin)</a>
>- DCE is used for camera capture in this guide below. If you use the Android CameraX SDK for camera capture, check <a href="https://www.dynamsoft.com/barcode-reader/programming/android/samples/no-camera-enhancer.html" target="_blank">DecodeWithCameraX</a> on how to add barcode scanning to your app.
### Create a New Project
Expand Down Expand Up @@ -454,8 +454,8 @@ Add the SDK to your new project. Please read [Add the SDK](#add-the-sdk) section

You can download similar source code here:

- <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/Java/HelloWorld" target="_blank">HelloWorld Sample (Java)</a>
- <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/Kotlin/HelloWorld" target="_blank">HelloWorld Sample (Kotlin)</a>
- <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/v9.6.20/android/Java/HelloWorld" target="_blank">HelloWorld Sample (Java)</a>
- <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/v9.6.20/android/Kotlin/HelloWorld" target="_blank">HelloWorld Sample (Kotlin)</a>

## Next Steps

Expand Down
8 changes: 4 additions & 4 deletions programming-old/objectivec-swift/user-guide-v8.8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ In this section, let's see how to create a **HelloWorld** app for reading barcod

> Note:
>
>- You can download the complete Objective-C source code [here](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/Objective-C/HelloWorldObjC)
>- You can download the complete Swift source code [here](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/Swift/HelloWorldSwift)
>- You can download the complete Objective-C source code [here](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/v8.8.0/ios/Objective-C/HelloWorldObjC){:target="_blank"}
>- You can download the complete Swift source code [here](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/v8.8.0/ios/Swift/HelloWorldSwift){:target="_blank"}
### Create a New Project

Expand Down Expand Up @@ -389,8 +389,8 @@ You can add your downloaded frameworks into your project through the following s

You can download the complete source code here:

- <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/Objective-C/HelloWorldObjC" target="_blank">Objective-C source code</a>
- <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/Swift/HelloWorldSwift" target="_blank">Swift source code</a>
- <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/v8.8.0/ios/Objective-C/HelloWorldObjC" target="_blank">Objective-C source code</a>
- <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/v8.8.0/ios/Swift/HelloWorldSwift" target="_blank">Swift source code</a>

## Further Barcode Reading Settings

Expand Down
8 changes: 4 additions & 4 deletions programming-old/objectivec-swift/user-guide-v8.9.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ In this section, let's see how to create a **HelloWorld** app for reading barcod

> Note:
>
>- You can download the complete Objective-C source code [here](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/Objective-C/HelloWorldObjC)
>- You can download the complete Swift source code [here](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/Swift/HelloWorldSwift)
>- You can download the complete Objective-C source code [here](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/v8.9.3/ios/Objective-C/HelloWorldObjC)
>- You can download the complete Swift source code [here](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/v8.9.3/ios/Swift/HelloWorldSwift)
### Create a New Project

Expand Down Expand Up @@ -354,8 +354,8 @@ You can add your downloaded frameworks into your project through the following s

You can download the complete source code here:

- <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/Objective-C/HelloWorldObjC" target="_blank">Objective-C source code</a>
- <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/Swift/HelloWorldSwift" target="_blank">Swift source code</a>
- <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/v8.9.3/ios/Objective-C/HelloWorldObjC" target="_blank">Objective-C source code</a>
- <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/v8.9.3/ios/Swift/HelloWorldSwift" target="_blank">Swift source code</a>

## Next Steps

Expand Down
8 changes: 4 additions & 4 deletions programming-old/objectivec-swift/user-guide-v9.6.20.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ In this section, let's create a **HelloWorld** app for reading barcodes from cam
> Note:
>
>- XCode 13.0 is used here in this guide.
>- You can download the complete Objective-C source code from [Objective-C HelloWorld Sample](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/Objective-C/HelloWorldObjC)
>- You can download the complete Swift source code from [Swift HelloWorld Sample](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/Swift/HelloWorldSwift)
>- You can download the complete Objective-C source code from [Objective-C HelloWorld Sample](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/v9.6.20/ios/Objective-C/HelloWorldObjC)
>- You can download the complete Swift source code from [Swift HelloWorld Sample](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/v9.6.20/ios/Swift/HelloWorldSwift)
>- DCE is used for camera capture in this guide below. If you use the iOS AVFoundation framework for camera capture, check <a href="https://www.dynamsoft.com/barcode-reader/programming/objectivec-swift/samples/no-camera-enhancer.html" target="_blank">DecodeWithAVCaptureSession</a> on how to add barcode scanning to your app.
### Create a New Project
Expand Down Expand Up @@ -488,8 +488,8 @@ Add the following lines to the file `info.plist` to request camera permission:

You can download the complete source code here:

- <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/Objective-C/HelloWorldObjC" target="_blank">Objective-C source code</a>
- <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/Swift/HelloWorldSwift" target="_blank">Swift source code</a>
- <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/v9.6.20/ios/Objective-C/HelloWorldObjC" target="_blank">Objective-C source code</a>
- <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/v9.6.20/ios/Swift/HelloWorldSwift" target="_blank">Swift source code</a>

## Next Steps

Expand Down

0 comments on commit 79ae1ab

Please sign in to comment.