Skip to content

Commit ebb4f27

Browse files
committed
chore: Add Channel Link to the Tutorials
1 parent 23d6efa commit ebb4f27

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,20 @@ The samples in this Repository are meant to help other Developers, independent t
1616
- [Uno.Extensions to be explored here](#unoextensions-to-be-explored-here)
1717
- [Known Issues](#known-issues)
1818
- [Tutorials](#tutorials)
19-
- [German Language](#german-language)
19+
- [German Language](#german-language)
2020
- [Help Welcome!](#help-welcome)
2121
- [See also](#see-also)
2222

2323
## Mvux Gallery
2424

25+
![Mvux Gallery Showcase Thumbnail](./doc/articles/images/DevTKSS%20Uno%20Mvux%20Samples%20Gallery%20App-Thumbnail.png)
26+
27+
**Wanna see a quick showcase, what to explore there?**
28+
2529
![Mvux Gallery ShowCase](./doc/articles/images/MvuxGallery-ShowCase.gif)
2630

2731
Following list provides you a quick Overview, what you can find in the [Mvux Gallery](./src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery) App.
28-
The depending Documentation you can find [here](./doc/articles/MvuxGallery/Overview.md)
32+
The Overview about it and its Tutorials you can find [here](./doc/articles/MvuxGallery/Overview.md)
2933

3034
### Controls to be explored in this App
3135

@@ -72,14 +76,17 @@ The depending Documentation you can find [here](./doc/articles/MvuxGallery/Overv
7276

7377
- [ ] Fixing ThemeResource Styled that are not seeming to listen to Theme changes
7478
- [ ] Getting `IOptions` with JsonTypeInfo Typed to Dictionary or Tuples does not work as expected and only returns null values. (see [#6](./issues/6))
75-
- [ ] Missing Information about how to use `NamedOptions` at the point they should get retuned by the IConfiguration to Configure the Service because Uno did remove the Microsoft own `.Configure<...>` which would be known, but is missing a documentation about those Changes applyed. So in amiss of that, we need to create a derrived Record for each of them to get the correct JsonSerializable Type and makes us need to define the CodeSampleService Generic.
79+
- [ ] Missing Information about how to use `NamedOptions` at the point they should get returned by the IConfiguration to Configure the Service because Uno did remove the Microsoft own `.Configure<...>` which would be known, but is missing a documentation about those Changes applied. So in amiss of that, we need to create a derived Record for each of them to get the correct JsonSerializable Type and makes us need to define the CodeSampleService Generic.
7680

7781
## Tutorials
7882

7983
### German Language
8084

8185
- **Xaml Navigation with NavigationView**
82-
- [ ] Video Tutorial (*pending release*)
86+
- Video Tutorial Playlist I recommend to check out frequently:
87+
88+
https://www.youtube.com/playlist?list=PLEL6kb4Bivm_g81iKBl-f0eYPNr5h2dFX
89+
8390
- [Documentation in German Language](./doc/articles/MvuxGallery/How-To-XamlNavigation.md)
8491

8592
Here is a sneak peak of the end Result of the Xaml Navigation Tutorial you can explore 😍

0 commit comments

Comments
 (0)