Skip to content

Commit c513110

Browse files
committed
chore: Link Image and add links to Uno docs
1 parent 6a64364 commit c513110

File tree

2 files changed

+27
-12
lines changed

2 files changed

+27
-12
lines changed

README.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# DevTKSS Uno Samples
22

3+
Welcome to this Samples Repository! ❤️
4+
35
The samples in this Repository are meant to help other Developers, independent to their pre-knowledge, get an Idea of how to use the shown things.
46

57
> [!TIP]
@@ -19,6 +21,8 @@ The samples in this Repository are meant to help other Developers, independent t
1921

2022
## Mvux Gallery
2123

24+
![Mvux Gallery ShowCase](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/doc/articles/images/MvuxGallery-ShowCase.gif)
25+
2226
Following list provides you a quick Overview, what you can find in the [Mvux Gallery](./src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery) App.
2327
The depending Documentation you can find [here](./doc/articles/MvuxGallery/Overview.md)
2428

@@ -65,21 +69,21 @@ The depending Documentation you can find [here](./doc/articles/MvuxGallery/Overv
6569

6670
### Fist Recording of Making-Of
6771

68-
> [!NOTE]
69-
> uncut, without sound, will be edited and re-recorded in the future, src at [this commit](https://github.com/DevTKSS/DevTKSS.MvuxSampleApps/commit/8d13dcee8107324e747d828700cfd8fcf780ca37)
72+
> [!NOTE]
73+
> uncut, without sound, will be edited and re-recorded in the future, src at [this commit](https://github.com/DevTKSS/DevTKSS.MvuxSampleApps/commit/8d13dcee8107324e747d828700cfd8fcf780ca37)
7074
>
71-
> This is showing the initial making of from this project at the first commits
75+
> This is showing the initial making of from this project at the first commits
7276
73-
<iframe src="https://technischekonstruktion.sharepoint.com/_layouts/15/embed.aspx?UniqueId=8e4c435c-50fd-4d69-82ef-a9f5bc571dd7&embed=%7B%22ust%22%3Atrue%2C%22hv%22%3A%22CopyEmbedCode%22%7D&referrer=StreamWebApp&referrerScenario=EmbedDialog.Create" width="640" height="360" frameborder="0" scrolling="no" allowfullscreen title="Uno HotDesign App Making-Off.mp4"></iframe>
77+
<iframe src="https://technischekonstruktion.sharepoint.com/_layouts/15/embed.aspx?UniqueId=8e4c435c-50fd-4d69-82ef-a9f5bc571dd7&embed=%7B%22ust%22%3Atrue%2C%22hv%22%3A%22CopyEmbedCode%22%7D&referrer=StreamWebApp&referrerScenario=EmbedDialog.Create" width="640" height="360" frameborder="0" scrolling="no" allowfullscreen title="Uno HotDesign App Making-Off.mp4"></iframe>
7478

75-
### Current state
79+
### Current state
7680

77-
- [x] Created a [first `working` state](https://github.com/DevTKSS/UnoHotDesignApp1/commit/9f6479fa37901a0478bbc9e1c3e92221223ce4d0)
78-
- [x] Restructuring, Refactoring applying SOC
79-
- [x] Implement SampleCode Presenting like Gallery to have the src code side by side in the running app
80-
- [x] [Working State of DashboardPage](https://github.com/DevTKSS/UnoHotDesignApp1/commit/98fa25af8f23bb27c2dccac39d9248f3fc7254dd)
81-
- [ ] Fixing ThemeResource Styled that are not seeming to listen to Theme changes
82-
- [x] Updating the Code Samples in Assets
81+
- [x] Created a [first `working` state](https://github.com/DevTKSS/UnoHotDesignApp1/commit/9f6479fa37901a0478bbc9e1c3e92221223ce4d0)
82+
- [x] Restructuring, Refactoring applying SOC
83+
- [x] Implement SampleCode Presenting like Gallery to have the src code side by side in the running app
84+
- [x] [Working State of DashboardPage](https://github.com/DevTKSS/UnoHotDesignApp1/commit/98fa25af8f23bb27c2dccac39d9248f3fc7254dd)
85+
- [ ] Fixing ThemeResource Styled that are not seeming to listen to Theme changes
86+
- [x] Updating the Code Samples in Assets
8387
- [ ] Record video guides in English and German Language to provide a step by step Guide for Beginners like me and simplify the start with uno.extensions with Mvux.
8488
- [x] Video Tutorial Xaml Navigation with NavigationView --> pending release (German Language)
8589
- [Documentation in German Language](./doc/articles/MvuxGallery/How-To-XamlNavigation.md)
@@ -93,7 +97,8 @@ Every helping hand is welcome and I will try to review and merge it as soon as p
9397

9498
## See also
9599

96-
- [Uno Platform](https://platform.uno/)
100+
- [Uno Platform](https://platform.uno/)
97101
- [Documentation Intro](https://platform.uno/docs/articles/intro.html)
102+
- [Uno Navigation Extensions](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Navigation/NavigationOverview.html)
98103
- [Mvux Documentation](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Mvux/Overview.html)
99104
- [FeedView Control](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Mvux/FeedView.html)

doc/articles/MvuxGallery/How-To-XamlNavigation.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,13 @@ Den Namespace, den wir in einer Xaml-basierten Navigation in einer Uno Anwendung
8383

8484
*Coming soon...*
8585
<!-- [!Video [How-To-Uno-XamlNavigation](../images/How-To-Uno-XamlNavigation.mp4)] -->
86+
87+
## Future Readings
88+
89+
### Uno Documentation links
90+
91+
- [How-To: Navigate in Xaml](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Navigation/HowTo-NavigateInXAML.html)
92+
- [How-To: Define Routes](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Navigation/HowTo-DefineRoutes.html)
93+
- [How-To: Regions](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Navigation/HowTo-Regions.html)
94+
- [How-To: Use NavigationView to Switch Views](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Navigation/Advanced/HowTo-UseNavigationView.html)
95+
- [How-To: IRouteNotifier](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Navigation/Advanced/HowTo-IRouteNotifier.html) (*möglicherweise fehlerhaft aktuell*)

0 commit comments

Comments
 (0)