https://github.com/balramapply/navpagedemo
in .NET MAUI. A Navigation Page allows for managing multiple pages in a stack and provides the ability to navigate between them.
https://github.com/balramapply/navpagedemo
csharp flyout
Last synced: about 1 year ago
JSON representation
in .NET MAUI. A Navigation Page allows for managing multiple pages in a stack and provides the ability to navigate between them.
- Host: GitHub
- URL: https://github.com/balramapply/navpagedemo
- Owner: BalramApply
- Created: 2024-09-17T13:15:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T13:35:50.000Z (over 1 year ago)
- Last Synced: 2025-03-31T02:52:28.706Z (about 1 year ago)
- Topics: csharp, flyout
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Navigation Page Project in .NET MAUI
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.
## Features
- **NavigationPage** setup to allow page transitions.
- Basic navigation between multiple content pages.
- Cross-platform support (Android, iOS, Windows).
## Prerequisites
- [Visual Studio 2022](https://visualstudio.microsoft.com/) with .NET MAUI workload installed.
- .NET 6 or higher.
## Getting Started
### 1. Clone the Repository
To start with the project, clone the repository using Git:
```bash
git clone https://github.com/BalramApply/NavPageDemo.git
cd NavPageDemo