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
+23-21Lines changed: 23 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,25 +6,27 @@ The samples in this Repository are meant to help other Developers, independent t
6
6
> Check out the [Documentation](./doc/), for more a more detailed List and future coming Guides and Explanations.
7
7
8
8
## Table of Contents
9
-
1.[DevTKSS Uno Samples](#devtkss-uno-samples)
10
-
2.[Mvux Gallery](#mvux-gallery)
11
-
-[Controls to be explored in this App](#controls-to-be-explored-in-this-app)
12
-
-[Uno.Extensions to be explored here](#unoextensions-to-be-explored-here)
13
-
3.[First Recording of Making-Of](#first-recording-of-making-of)
14
-
4.[Current state](#current-state)
15
-
5.[Help Welcome!](#help-welcome)
16
-
6.[See also](#see-also)
9
+
10
+
-[DevTKSS Uno Samples](#devtkss-uno-samples)
11
+
-[Table of Contents](#table-of-contents)
12
+
-[Mvux Gallery](#mvux-gallery)
13
+
-[Controls to be explored in this App](#controls-to-be-explored-in-this-app)
14
+
-[Uno.Extensions to be explored here](#unoextensions-to-be-explored-here)
15
+
-[Fist Recording of Making-Of](#fist-recording-of-making-of)
16
+
-[Current state](#current-state)
17
+
-[Help Welcome!](#help-welcome)
18
+
-[See also](#see-also)
17
19
18
20
## Mvux Gallery
19
21
20
22
Following list provides you a quick Overview, what you can find in the [Mvux Gallery](./src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery) App.
21
23
22
24
### Controls to be explored in this App
23
25
24
-
- FeedView comined with:
26
+
- FeedView combined with:
25
27
- GridView
26
28
- ListView
27
-
- DataTemplate centralized Recource definition
29
+
- DataTemplate centralized Resource definition
28
30
- Card
29
31
- Grid
30
32
- NavigationView
@@ -50,17 +52,17 @@ Following list provides you a quick Overview, what you can find in the [Mvux Gal
50
52
- added as PR to Uno.Extensions [#2734](https://github.com/unoplatform/uno.extensions/pull/2734)
51
53
- Localization
52
54
-**IStringLocalizer**
53
-
- Resources Dictionarys
55
+
- Resources Dictionaries
54
56
- Binding current value in `IState<string>` and to corresponding View
55
57
- Requesting localized Items via FeedView
56
58
-**ILocalizationService**
57
-
-Requesing current culture
59
+
-Requesting current culture
58
60
59
61
### Fist Recording of Making-Of
60
62
61
63
> [!NOTE]
62
64
> uncut, without sound, will be edited and re-recorded in the future, src at [this commit](https://github.com/DevTKSS/DevTKSS.MvuxSampleApps/commit/8d13dcee8107324e747d828700cfd8fcf780ca37)
63
-
>
65
+
>
64
66
> This is showing the initial making of from this project at the first commits
This documentation provides insights into various sample applications built using the Uno Platform. These samples are designed to assist developers of all skill levels in understanding and implementing the showcased concepts effectively.
7
9
8
10
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.
9
11
12
+
Visit the [API Documentation](../api/) for a Reference created from the Sourcecode
To give you a quick overview of this Documentation, here is a List of quick links to the included Sample Apps. For future and more detailed Information, please lookup the depending Chapter via the Table of Contents.
17
+
18
+
-[MvuxGallery](xref:DevTKSS.Uno.SampleApps.MvuxGallery.Overview) see the [source code:](../src/DevTKSS.Uno.Samples.MvuxGallery/)
0 commit comments