Project overview
We will create a .NET MAUI project using the single-project feature as the code-sharing strategy. It will contain two parts, detailed as follows:
- In the first part, we will create views and make them navigable using Shell
- In the second part, we will add some content by consuming a REST API for news
The second part is not needed to learn about Shell, but it will take you a bit further down the road to a complete app.
The build time for this project is about 1.5 hours.