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
+16-19Lines changed: 16 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,30 +9,26 @@ The here contained samples and Tutorials are meant to help Developers, independe
9
9
10
10
This is a collection of Sample Apps and Tutorials for the [Uno Platform](https://platform.uno/), aiming to fill the gap of missing ***German Localized*** learning Content.
-[Feedback, Issues and Contributing](#feedback-issues-and-contributing)
25
21
26
22
> [!TIP]
27
-
> Check out the [Documentation & Tutorials](./doc/articles/de/Introduction-de.md), for more a more detailed List and future coming Guides and Explanations.
23
+
> Check out the [Documentation & Tutorials](https://devtkss.github.io/DevTKSS.Uno.SampleApps/doc/), for more a more detailed List and future coming Guides and Explanations.
Following list provides you a quick Overview, what you can find in the [Mvux Gallery](./src/DevTKSS.Uno.Samples.MvuxGallery/) App.
38
34
[Detailed and linked Overview about the Mvux Gallery Contents](./doc/articles/de/MvuxGallery-Overview.md)
@@ -58,7 +54,7 @@ Following list provides you a quick Overview, what you can find in the [Mvux Gal
58
54
- Dependency Injection
59
55
- Serialization
60
56
- Configuration
61
-
- Data for Serialization load from separate [`appsettings.sampledata.json`](https://github.com/DevTKSS/DevTKSS.Uno.Samples.MvuxGallery/main/appsettings.sampledata.json) file.
57
+
- Data for Serialization load from separate [`appsettings.sampledata.json`](https://github.com/DevTKSS/DevTKSS.Uno.Samples.MvuxGallery/master/appsettings.sampledata.json) file.
62
58
- Storage
63
59
- Localization
64
60
@@ -67,29 +63,30 @@ Following list provides you a quick Overview, what you can find in the [Mvux Gal
67
63
-[ ][ThemeResource Styled are not listening to Theme changes](https://github.com/DevTKSS/DevTKSS.Uno.Samples.MvuxGallery/issues/13)
68
64
-[ ] Getting `IOptions` with JsonTypeInfo Typed to Dictionary or Tuples does not work as expected and only returns null values. (see [#6](https://github.com/DevTKSS/DevTKSS.Uno.Samples.MvuxGallery/issues/6))
69
65
-[ ] Unclear how to use `NamedOptions` using Uno.Extensions with IConfigBuilder Following this up on [#9](https://github.com/DevTKSS/DevTKSS.Uno.Samples.MvuxGallery/issues/9) and hoping to get a solution and Documentation for this in the future.
66
+
-[ ] docfx fails to resolve source code links for e.g. included code snippets
70
67
71
68
## Tutorial Videos and used Samples
72
69
73
70
To show you how to get to the end result of the Mvux Gallery App, I created a Tutorial Video that will guide you through the process of building this App with the following Sample Apps and added Documentation.
74
71
75
-
### Mvux.XamlNavigationApp
72
+
### Xaml Navigation App
76
73
77
-

74
+

78
75
79
76
#### Content of the Tutorial
80
77
81
78
-[Uno.Extensions.Reactive also known as `Mvux`](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Mvux/Overview.html)
[Discover the Source Code of the DevTKSS.Uno.XamlNavigationApp](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/src/DevTKSS.Uno.XamlNavigationApp-1/)
82
+
[Discover the Source Code of the DevTKSS.Uno.XamlNavigationApp](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.XamlNavigationApp-1/)
86
83
87
84
## Feedback, Issues and Contributing
88
85
89
86
Let me know if you have any questions or feedback!
90
87
91
-
If you find any issues or have suggestions for improvements, please open an [issue](./issues) or [discussion](./discussions).
88
+
If you find any issues or have suggestions for improvements, please open an [issue](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/issues) or [discussion](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/discussions).
92
89
93
-
In case you want to contribute, check out the [Contributing Guidelines](./CONTRIBUTING.md) for more information on how to get started.
90
+
In case you want to contribute, check out the [Contributing Guidelines](CONTRIBUTING.md) for more information on how to get started.
94
91
95
92
You are missing a feature or have an idea for a new Sample App? Please open a [discussion](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/discussions/new) to share your thoughts!
0 commit comments