Skip to content

Commit bf8f420

Browse files
committed
chore: Added Screenshot of the XamlNavigationApp used for publication
Updated Readme content
1 parent 959afd4 commit bf8f420

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

README.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ The samples in this Repository are meant to help other Developers, independent t
1414
- [Mvux Gallery](#mvux-gallery)
1515
- [Controls to be explored in this App](#controls-to-be-explored-in-this-app)
1616
- [Uno.Extensions to be explored here](#unoextensions-to-be-explored-here)
17-
- [Fist Recording of Making-Of](#fist-recording-of-making-of)
18-
- [Current state](#current-state)
17+
- [Known Issues](#known-issues)
18+
- [Tutorials](#tutorials)
19+
- [German Language](#german-language)
1920
- [Help Welcome!](#help-welcome)
2021
- [See also](#see-also)
2122

@@ -67,27 +68,25 @@ The depending Documentation you can find [here](./doc/articles/MvuxGallery/Overv
6768
- **ILocalizationService**
6869
- Requesting current culture
6970

70-
### Fist Recording of Making-Of
71+
### Known Issues
7172

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)
74-
>
75-
> This is showing the initial making of from this project at the first commits
73+
- [ ] Fixing ThemeResource Styled that are not seeming to listen to Theme changes
74+
- [ ] 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.
7676

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>
77+
## Tutorials
7878

79-
### Current state
79+
### German Language
8080

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
87-
- [ ] 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.
88-
- [x] Video Tutorial Xaml Navigation with NavigationView --> pending release (German Language)
89-
- [Documentation in German Language](./doc/articles/MvuxGallery/How-To-XamlNavigation.md)
81+
- **Xaml Navigation with NavigationView**
82+
- [ ] Video Tutorial (*pending release*)
83+
- [Documentation in German Language](./doc/articles/MvuxGallery/How-To-XamlNavigation.md)
9084

85+
Here is a sneak peak of the end Result of the Xaml Navigation Tutorial you can explore 😍
86+
87+
![Image of final XamlNavigationApp](./doc/articles/images/DevTKSS.Uno.XamlNavigationApp.png)
88+
89+
Source Code already available in the [DevTKSS.Uno.XamlNavigationApp](./src/DevTKSS.Uno.XamlNavigationApp-1/) Project.
9190
<!--markdownlint-disable MD026 -->
9291
## Help Welcome!
9392

23.6 KB
Loading

0 commit comments

Comments
 (0)