Skip to content

Commit db60604

Browse files
DevTKSSCopilot
andauthored
chore: Update links in Samples README files (#23)
chore: Update links in German README file Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 064d386 commit db60604

File tree

6 files changed

+76
-10
lines changed

6 files changed

+76
-10
lines changed

docs/articles/de/MvuxGallery-Overview-de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Hier ist eine Liste von Steuerelementen und Funktionen, die Sie in der MvuxGalle
7272

7373
- Lokalisierung
7474
- **IStringLocalizer**
75-
- Ressourcenwörterbücher (*Ich empfehle, diese Links mit Visual Studio 2022 zu durchsuchen*)
75+
- Ressourcenwörterbücher (*Ich empfehle, diese Links mit Visual Studio 2022/2026 zu durchsuchen*)
7676
- [en](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.Samples.MvuxGallery/Strings/en/Resources.resw)
7777
- [de](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.Samples.MvuxGallery/Strings/de/Resources.resw)
7878
- Bindung des aktuellen Werts in `IState<string>` und zur entsprechenden Ansicht

docs/articles/en/MvuxGallery-Overview-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Here is a list of Controls and Features you can explore in the MvuxGallery App w
7575

7676
- Localization
7777
- **IStringLocalizer**
78-
- Resources Dictionaries (*I recommend to lookup those links using Visual Studio 2022*)
78+
- Resources Dictionaries (*I recommend to lookup those links using Visual Studio 2022/2026*)
7979
- [en](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.Samples.MvuxGallery/Strings/en/)
8080
- [de](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.Samples.MvuxGallery/Strings/de/)
8181
- Binding current value in `IState<string>` and to corresponding View

src/DevTKSS.Uno.SimpleMemberSelectionApp/ReadMe.de.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ Weitere Informationen zur Verwendung des Uno.Sdk oder zum Aktualisieren der Uno
1717
Diese Beispiel-App hat bisher kein dokumentiertes Tutorial, aber du kannst dir schon den auf YouTube verfügbaren Video-Guide ansehen:
1818
[How To: Binden von ListState und ImmutableList zu FeedView & ListView im UI | Uno Community Tutorial](https://youtu.be/wOsSlv1YFic)
1919

20+
### Source Code
21+
22+
| View | ViewModel |
23+
| --- | --- |
24+
| [Main Page](./Presentation/MainPage.xaml) | [Main Model](./Presentation/MainModel.cs)
25+
| [Dashboard Page](./Presentation/DashboardPage.xaml) | [Dashboard Model](./Presentation/DashboardModel.cs)
26+
2027
## Mitwirken
2128

2229
Wenn du zu diesem Beispiel beitragen möchtest, wirf einen Blick auf die [CONTRIBUTING Guidelines](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/CONTRIBUTING.md)

src/DevTKSS.Uno.SimpleMemberSelectionApp/ReadMe.en.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,17 @@ For more information on how to use the Uno.Sdk or upgrade Uno Platform packages
1515
## Tutorial to follow along with this sample
1616

1717
This sample app has no Documented Tutorial by now, but you can check out the Video Guide already available on YouTube:
18-
[How To: Binden von ListState und ImmutableList zu FeedView & ListView im UI | Uno Community Tutorial](https://youtu.be/wOsSlv1YFic) (Deutsch => Switch on Subtitles for English)
18+
[How To: Binding to ListState with an ImmutableList from FeedView & ListView in UI](https://youtu.be/wOsSlv1YFic) (Deutsch => Switch on Subtitles for English)
19+
20+
> [!NOTE]
21+
> The Video for the Tutorial is until now only available in German Localization, so we recommend activating automatic Sub-Titles on YouTube until there is an English Version available.
22+
23+
### Source Code
24+
25+
| View | ViewModel |
26+
| --- | --- |
27+
| [Main Page](./Presentation/MainPage.xaml) | [Main Model](./Presentation/MainModel.cs)
28+
| [Dashboard Page](./Presentation/DashboardPage.xaml) | [Dashboard Model](./Presentation/DashboardModel.cs)
1929

2030
## Contributing
2131

src/DevTKSS.Uno.XamlNavigationApp/ReadMe.de.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,35 @@ Weitere Informationen zur Verwendung des Uno.Sdk oder zum Aktualisieren der Uno
1414

1515
## Tutorial zum Mitmachen
1616

17-
Diese Beispiel-App ist Teil eines Community-Tutorial-Videos, das dich durch den Prozess des Aufbaus einer XAML-Navigations-App mit der Uno Platform führt.
17+
Diese Beispiel-App ist Teil eines Community-Tutorial-Videos, das dich durch den Prozess des Aufbaus einer XAML-Navigations-App und Mvux mit der Uno Platform führt.
1818

19-
Bitte wähle die Sprache deiner Wahl, um dem Tutorial zu folgen:
19+
### Xaml Navigation Tutorials
2020

21-
- [Deutsch](../../docs/articles/de/Navigation/Extensions-Navigation-de.md)
22-
- [Englisch](../../docs/articles/en/Navigation/HowTo-Defining-UI-NavigationView-en.md)
21+
- [Tutorial Teil 1: Erstellen des UI mit einer NavigationView in Xaml](https://devtkss.github.io/DevTKSS.Uno.SampleApps/articles/de/Navigation/HowTo-Defining-UI-NavigationView-de.html)
22+
- [Tutorial Teil 2: Registrieren und Verwalten von Routen](https://devtkss.github.io/DevTKSS.Uno.SampleApps/articles/de/Navigation/HowTo-RegisterRoutes-de.html)
23+
- [Tutorial Teil 3: Navigation im Model oder ViewModel](https://devtkss.github.io/DevTKSS.Uno.SampleApps/articles/de/Navigation/HowTo-ModelDefinition-de.html)
24+
- YouTube Video: [How To: Navigation mit NavigationView in MVUX und XAML](https://youtu.be/knt2oOjHH30) *(Umfasst alle 3 Teile)*
25+
26+
#### Source Code Links (Xaml Navigation)
27+
28+
| View | Mvux Model |
29+
| --- | --- |
30+
| [Main Page](./Presentation/MainPage.cs) | [Main Model](./Presentation/MainModel.cs) |
31+
| [Dashboard Page](./Presentation/DashboardPage.cs) | [Dashboard Model](./Presentation/DashboardModel.cs) |
32+
| [Second Page](./Presentation/SecondPage.cs) | [Second Model](./Presentation/SecondModel.cs) |
33+
34+
- [Route Registration (App.xaml.cs)](./App.xaml.cs)
35+
36+
### Verwendung von IRouteNotifier in MVUX Model Tutorial
37+
38+
- [Tutorial: Reagieren auf Routen Änderungen](https://devtkss.github.io/DevTKSS.Uno.SampleApps/articles/de/Navigation/HowTo-ChangeRoutes-de.html)
39+
- YouTube Video: [How To: Einbinden des IRouteNotifier mit dem RouteChanged Event](https://youtu.be/RZ3RirA7jhk)
40+
41+
#### Source Code Links (IRouteNotifier)
42+
43+
| View | Mvux Model |
44+
| --- | --- |
45+
| [Main Page](./Presentation/MainPage.cs) | [Main Model](./Presentation/MainModel.cs) |
2346

2447
## Mitwirken
2548

src/DevTKSS.Uno.XamlNavigationApp/ReadMe.en.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,36 @@ For more information on how to use the Uno.Sdk or upgrade Uno Platform packages
1616

1717
This sample app is part of a Community Tutorial Video that will guide you through the process of building a XAML Navigation App using the Uno Platform.
1818

19-
Please select the language of your choice to follow along:
19+
> [!NOTE]
20+
> The Videos for the Tutorials below are until now only available in German Localization, so we recommend activating automatic Sub-Titles on YouTube until they are available in English too.
2021
21-
- [English](../../docs/articles/en/Navigation/HowTo-Defining-UI-NavigationView-en.md)
22-
- [German](../../docs/articles/de/Navigation/Extensions-Navigation-de.md)
22+
### Xaml Navigation Tutorials
23+
24+
- [Tutorial Part 1: Create the UI with a NavigationView in XAML](https://devtkss.github.io/DevTKSS.Uno.SampleApps/articles/en/Navigation/HowTo-Defining-UI-NavigationView-en.html)
25+
- [Tutorial Part 2: Register your Routes](https://devtkss.github.io/DevTKSS.Uno.SampleApps/articles/en/Navigation/HowTo-RegisterRoutes-en.html)
26+
- [Tutorial Part 3: Navigating in Model or ViewModel](https://devtkss.github.io/DevTKSS.Uno.SampleApps/articles/en/Navigation/HowTo-ModelDefinition-en.html)
27+
- YouTube Video: [How To: Navigating with NavigationView and Uno.Extensions.Navigation in MVUX and XAML](https://youtu.be/knt2oOjHH30) *(Includes all 3 Parts)*
28+
29+
#### Source Code Links (Xaml Navigation)
30+
31+
| View | Mvux Model |
32+
| --- | --- |
33+
| [Main Page](./Presentation/MainPage.cs) | [Main Model](./Presentation/MainModel.cs) |
34+
| [Dashboard Page](./Presentation/DashboardPage.cs) | [Dashboard Model](./Presentation/DashboardModel.cs) |
35+
| [Second Page](./Presentation/SecondPage.cs) | [Second Model](./Presentation/SecondModel.cs) |
36+
37+
- [Route Registration (App.xaml.cs)](./App.xaml.cs)
38+
39+
### Using IRouteNotifier in MVUX Model Tutorial
40+
41+
- [Tutorial: React on Route Changes](https://devtkss.github.io/DevTKSS.Uno.SampleApps/articles/de/Navigation/HowTo-ChangeRoutes-de.html)
42+
- YouTube Video: [How To: Using the IRouteNotifier with RouteChanged Event](https://youtu.be/RZ3RirA7jhk)
43+
44+
#### Source Code Links (IRouteNotifier)
45+
46+
| View | Mvux Model |
47+
| --- | --- |
48+
| [Main Page](./Presentation/MainPage.cs) | [Main Model](./Presentation/MainModel.cs) |
2349

2450
## Contributing
2551

0 commit comments

Comments
 (0)