Create multi-page Xamarin.Forms apps with stack and tab navigation
Analyze your app's page structure and choose the appropriate navigation paradigm. Implement stack navigation by using NavigationPage, and tab navigation with TabbedPage.
Learning objectives
In this module, you will:
- Choose between stack and tab navigation for your app
- Implement stack and tab navigation
- Display transitory content by using modal pages
Prerequisites
- Visual Studio 2019 (any edition)
- Familiarity with C# and .NET