Skip to content

Commit 7e5ebf3

Browse files
author
eriklimakc
committed
chore: Update readme
1 parent 73a5eb9 commit 7e5ebf3

File tree

2 files changed

+32
-5
lines changed

2 files changed

+32
-5
lines changed

UI/Navigation/README.md

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,33 @@
11
# Uno Platform Navigation Samples
22

3-
This repository provides simple, to-the-point code samples for the [Uno Platform Navigation](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Navigation/NavigationOverview.html).
3+
This repository provides simple, to-the-point code samples for the [Uno.Extensions Navigation](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Navigation/NavigationOverview.html).
44

55
## Samples
66

7-
<!-- TODO: add links -->
8-
9-
- [Navigate with XAML]()
10-
- [Navigate via Code]()
7+
- [Page Navigation](src/Navigation/Presentation/PageNavigation/)
8+
- Samples
9+
- [Navigate via Code](src/Navigation/Presentation/PageNavigation/PageNavigationViewModel.cs#L15)
10+
- [Navigate via XAML](src/Navigation/Presentation/PageNavigation/PageNavigation.xaml#L30)
11+
- Docs
12+
- [How-To: Navigate in Code](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Navigation/HowTo-NavigateInCode.html)
13+
- [How-To: Navigate in XAML](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Navigation/HowTo-NavigateInXAML.html)
14+
- [Display a Message Dialog](src/Navigation/Presentation/MessageDialog)
15+
- Samples
16+
- [XAML](src/Navigation/Presentation/MessageDialog/MessageDialogPage.xaml#L32-L33)
17+
- [Code](src/Navigation/Presentation/MessageDialog/MessageDialogViewModel.cs#L13-L33)
18+
- Docs
19+
- [How-To: Display a Message Dialog](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Navigation/HowTo-DisplayMessageDialog.html)
20+
- [Display ContentDialog or Flyout](src/Navigation/Presentation/ModalDialog/ModalDialogPage.xaml)
21+
- Docs: [How-To: Display a Dialog (modal or flyout)](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Navigation/HowTo-ShowDialog.html)
22+
- [Request a Value](src/Navigation/Presentation/RequestValue)
23+
- Docs: [How-To: Select a Value](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Navigation/HowTo-SelectValue.html)
24+
- [Use TabBar to Switch Views](src/Navigation/Presentation/TabBarNavigation/TabBarNavigationPage.xaml)
25+
- Docs: [How-To: Use a TabBar to Switch Views](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Navigation/Advanced/HowTo-UseTabBar.html)
26+
- [Use a NavigationView to Switch Views](src/Navigation/Presentation/MainPage.xaml)
27+
- Docs: [How-To: Use a NavigationView to Switch Views](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Navigation/Advanced/HowTo-UseNavigationView.html)
28+
- [Use a ContentControl to Display a View](src/Navigation/Presentation/ContentControlNavigation/CControlNavigationPage.xaml)
29+
- Docs: [How-To: Use a ContentControl to Display a View](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Navigation/Advanced/HowTo-UseContentControl.html)
30+
- [Send Data Between ViewModels with TabBar and NavigationView](src/Navigation/Presentation/TabBarWithDataNavigation)
31+
- [How to use ToQuery FromQuery](src/Navigation/App.xaml.cs#L88-L106)
1132

1233
If you encounter any issues with these samples above, please open an issue [here](https://github.com/unoplatform/Uno.Samples/issues/new).

doc/samples.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,12 @@ An example of a toggle that allows you to switch between Native UI Controls and
262262

263263
[Browse source](https://github.com/unoplatform/Uno.Samples/tree/master/UI/NativeStylesSwitch)
264264

265+
### Navigation (Uno.Extensions)
266+
267+
An example series demonstrating the use of various Navigation features.
268+
269+
[Browse source](https://github.com/unoplatform/Uno.Samples/tree/master/UI/Navigation)
270+
265271
### Neumorphism
266272

267273
An example of an app containing an animated lock that you can unlock.

0 commit comments

Comments
 (0)