UWP 019 | Working with Navigation

785
0

Many simple apps will not require navigation from one page to another, however when you need it, there are important concepts to understand. This lesson explains how to use the Universal Windows Platform’s navigation classes and methods to display different pages to users, pass data from one page to another, and “go back” or “go forward” in the history of pages visited.

Lesson source code: https://github.com/Windows-Readiness/…

Full series source code: https://github.com/Windows-Readiness/…

Previous articleUWP 018 | XAML Layout with the SplitPanel
Next articleUWP 020 | Common XAML Controls: Part 1