We will create a Xamarin.Forms project using a .NET Standard library 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 of news.
The second part is not needed in order to learn about Shell, but it will take you a bit further down the road to a complete app. This project will target iOS and Android only since at the time of writing, there was no good support for the Universal Windows Platform (UWP).