Setting up platform projects

In Xamarin Studio, let's start by setting up the platform projects. Go to File | New Solution and select a Xamarin.Forms app from the cross-platform menu on the left:

Setting up platform projects

Once the project is created, you will see both an iOS and Android project created along with a PCL.

Note

Unfortunately, we can't develop our Windows Phone applications through Xamarin Studio; we will be touching on this after the iOS and Android projects.

Let's create our first ContentPage in XAML, right-click on the PCL, create a new XAML ContentPage, and call it MainPage:

Xamarin.Forms provides the option to build user interfaces entirely in C#, but it is ...

Get Xamarin Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.