https://github.com/codemillmatt/forms-shell-demo
Quick demo showcasing all that Xamarin.Forms Shell has to offer
https://github.com/codemillmatt/forms-shell-demo
Last synced: 2 months ago
JSON representation
Quick demo showcasing all that Xamarin.Forms Shell has to offer
- Host: GitHub
- URL: https://github.com/codemillmatt/forms-shell-demo
- Owner: codemillmatt
- License: mit
- Created: 2019-05-31T00:13:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T13:58:58.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T07:27:44.725Z (4 months ago)
- Language: C#
- Size: 2.3 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Xamarin.Forms Shell Demo
Part of the reason I love Xamarin.Forms so much is that it provides a way to create [beautiful native UIs](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/?WT.mc_id=shelloverview-github-masoucou) from a single code base.
[Xamarin.Forms 4.0](https://devblogs.microsoft.com/xamarin/introducing-xamarin-forms-4-0-the-era-of-shell/?WT.mc_id=shelloverview-github-masoucou) has upped that game by introducing [Shell](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/shell/introduction?WT.mc_id=shelloverview-github-masoucou).
Much like Xamarin.Forms abstracts away user interface elements into an easy to use API, Shell abstracts away app architecture complexity.
Shell provides a container for your app. That container includes a `MasterDetailPage`, a `TabbedPage`, and a `NavigationPage` or a combination thereof.
This repo aims to show you how to make the most use of Shell so you can get it integrated into your apps in no time!
Here's the app that we'll be building!

## Flyout
While you wait for me to get the narrative together, [checkout the docs here](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/shell/flyout?WT.mc_id=shelloverview-github-masoucou).
## Tabs
While you wait for me to get the narrative together, [checkout the docs here](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/shell/tabs?WT.mc_id=shelloverview-github-masoucou).
## Navigation
While you wait for me to get the narrative together, [checkout the docs here](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/shell/navigation?WT.mc_id=shelloverview-github-masoucou).
## And More!