This project demonstrates how to create and manage a Navigation Page in .NET MAUI. A Navigation Page allows for managing multiple pages in a stack and provides the ability to navigate between them.
- NavigationPage setup to allow page transitions.
- Basic navigation between multiple content pages.
- Cross-platform support (Android, iOS, Windows).
- Visual Studio 2022 with .NET MAUI workload installed.
- .NET 6 or higher.
To start with the project, clone the repository using Git:
git clone https://github.com/BalramApply/NavPageDemo.git
cd NavPageDemo