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
+26-12Lines changed: 26 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
# DevTKSS Uno Samples
2
2
3
-
Welcome to this Samples and Tutorials Library! ❤️
3
+
## Welcome to this Samples and Tutorials Library! ❤️
4
4
5
-
The samples and Tutorials in this Repository are meant to help other Developers, also German Developers like me, independent to their pre-knowledge, get an Idea of how to use the shown things.
5
+
The here contained samples and Tutorials are meant to help Developers, independent to their pre-knowledge, to get an Idea of:
6
6
7
-
> [!TIP]
8
-
> Check out the [Documentation](./doc/en/articles/introduction.md), for more a more detailed List and future coming Guides and Explanations.
7
+
- How to get started with the [Uno Platform](https://platform.uno/)
8
+
- How the Sampled Features and Controls can be used inside of our Applications
9
+
10
+
Because of the Uno Platform own provided Samples and guides are only English localized, I created this Sample Apps and Tutorials to help German speaking Developers, like myself, to get started with the Uno Platform in their native language.
9
11
10
12
**Table of Contents***(of this ReadMe)**
11
13
@@ -23,6 +25,15 @@ Last but not least:
23
25
-[Contributions Welcome!](#help-welcome)
24
26
-[See also](#see-also)
25
27
28
+
Let me know if you have any questions or feedback!
29
+
30
+
In case you want to contribute, please feel free to open an [issue](./issues), [PR](./pulls) or [discussion](./discussions)!
31
+
32
+
If you would like the samples to be available in your language and you are willing to help out with the translation, please let me know as well!
33
+
34
+
> [!TIP]
35
+
> Check out the [Documentation & Tutorials](/doc/articles/de/Introduction-de.md), for more a more detailed List and future coming Guides and Explanations.
[Source Code of the DevTKSS.Uno.XamlNavigationApp](./src/DevTKSS.Uno.XamlNavigationApp-1/) Project.
100
+
> [!NOTE]
101
+
> The Tutorial Video is available in German Language only, but there are subtitles available, which should work using auto translation to your preferred language.
## Das User Interface mit einer NavigationView erstellen
53
53
54
-
-[Tutorial: Erstellen des UI mit einer NavigationView in Xaml](xref:DevTKSS.Uno.ExtensionsNavigation.HowTo-Defining-UI-NavigationView.de)
54
+
-[Tutorial: Erstellen des UI mit einer NavigationView in Xaml](xref:DevTKSS.Uno.ExtensionsNavigation.HowTo-Defining-UI.de)
55
55
56
56
## Das Model bzw. ViewModel erstellen
57
57
@@ -63,7 +63,7 @@ Des hier lernst du, wie man Anwendung erstellt oder passend konfiguriert:
63
63
64
64
In diesem Video zeige ich dir, wie du das `NavigationView`-Steuerelement in einer XAML-Markup-App einrichtest und verwendest. Wir werden die Navigation zwischen verschiedenen Seiten implementieren und dabei die MVUX-Prinzipien anwenden.
-[`ItemOverlayTemplate` DataTemplate](../../../src/DevTKSS.Uno.Samples.MvuxGallery/Styles/Generic.xaml) (*Layout replicated from WinUI 3 Gallery*)
23
-
-[TabBar and TabBarItem](../../../src/DevTKSS.Uno.Samples.MvuxGallery/Presentation/Views/DashboardPage.xaml) and [Model for Binding Items to ListFeed](xref:DevTKSS.Uno.Samples.MvuxGallery.ViewModels.DashboardModel)
23
+
-[TabBar and TabBarItem](../../../src/DevTKSS.Uno.Samples.MvuxGallery/Presentation/Views/DashboardPage.xaml) and [Model for Binding Items to ListFeed](../../../src/DevTKSS.Uno.Samples.MvuxGallery/Presentation/Views/DashboardPage.xaml.cs)
24
24
25
25
## Sampled Uno.Extensions
26
26
@@ -38,7 +38,7 @@ Here is a list of Controls and Features you can explore in the MvuxGallery App w
0 commit comments