You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-18Lines changed: 17 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,9 @@ The samples in this Repository are meant to help other Developers, independent t
14
14
-[Mvux Gallery](#mvux-gallery)
15
15
-[Controls to be explored in this App](#controls-to-be-explored-in-this-app)
16
16
-[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)
19
20
-[Help Welcome!](#help-welcome)
20
21
-[See also](#see-also)
21
22
@@ -67,27 +68,25 @@ The depending Documentation you can find [here](./doc/articles/MvuxGallery/Overv
67
68
-**ILocalizationService**
68
69
- Requesting current culture
69
70
70
-
### Fist Recording of Making-Of
71
+
### Known Issues
71
72
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.
-[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)
90
84
85
+
Here is a sneak peak of the end Result of the Xaml Navigation Tutorial you can explore 😍
86
+
87
+

88
+
89
+
Source Code already available in the [DevTKSS.Uno.XamlNavigationApp](./src/DevTKSS.Uno.XamlNavigationApp-1/) Project.
0 commit comments