TabbedPageDemo
is a .NET MAUI application that demonstrates the use of a TabbedPage
to create a multi-tabbed user interface. This project showcases how to organize and manage different views using tabs, providing a simple and intuitive way for users to navigate between various sections of the application.
- Tabbed Navigation: Utilizes
TabbedPage
to switch between different pages. - Custom Styling: Includes custom styles for better visual appeal.
- Responsive Design: Adapts to various screen sizes and orientations.
- .NET 8.0
- .NET MAUI
- Visual Studio 2022 with .NET MAUI workload installed.
-
Clone the repository:
git clone https://github.com/BalramApply/TabbedPageDemo.git cd TabbedPageDemo
-
Restore dependencies:
dotnet restore
-
Build and run the application:
dotnet build dotnet run
MainPage.xaml
: The main page of the application with tabbed navigation.Tab1Page.xaml
: The first tab page.Tab2Page.xaml
: The second tab page.Tab3Page.xaml
: The third tab page.App.xaml
: Application-wide resources and configuration.
- Open the application: Launch the app to see the tabbed interface.
- Navigate between tabs: Click on the tabs at the bottom to switch between different pages.
Contributions are welcome! If you have suggestions or improvements, please fork the repository and create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For questions or support, please contact balramapply123@.com.
Happy coding!