The objectives for this tutorial is to give you an understanding of how to target multiple platforms when using Xamarin.
The whole idea of using Xamarin is that we can reach all the major platforms with one code base.
In this tutorial we will look at the different ways to share code among different platforms and some of the strategies that we can conform to in order to make life easier for us.
We will look at:
How to create and use a Shared Library and how to leverage
NuGet packages referenced in our platform specific projects
How to create and use a Portable Class Library and how it differs from a Shared Library
How to use the Xamarin Components