Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.98 KB

README.md

File metadata and controls

67 lines (44 loc) · 1.98 KB

TabbedPageDemo

Overview

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.

Features

  • 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.

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/BalramApply/TabbedPageDemo.git
    cd TabbedPageDemo
  2. Restore dependencies:

    dotnet restore
  3. Build and run the application:

    dotnet build
    dotnet run

Project Structure

  • 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.

Usage

  1. Open the application: Launch the app to see the tabbed interface.
  2. Navigate between tabs: Click on the tabs at the bottom to switch between different pages.

Contributing

Contributions are welcome! If you have suggestions or improvements, please fork the repository and create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For questions or support, please contact balramapply123@.com.


Happy coding!