Xuni Product Documentation - Xamarin.Forms
Creating a New Xamarin.Forms App

This topic demonstrates how to create a new cross platform app in Visual Studio or Xamarin Studio. See the System Requirements before proceeding. To download and install Xamarin Studio, visit http://xamarin.com/download.

To know more about Sharing Code Options in Xamarin, visit:

http://developer.xamarin.com/guides/cross-platform/application_fundamentals/building_cross_platform_applications/sharing_code_options/

Complete the following steps to create a new Xamarin.Forms Portable or Shared App:

  1. Select File | New | Project.
  2. Under installed templates, select Visual C# | Mobile Apps.
  3. In the right pane, select Blank App (Xamarin.Forms Portable or Xamarin.Forms Shared).
  4. Add a name for your app and select a location to save it.
  5. Click OK.

  1. Select File | New | Solution.
  2. Select C# | Mobile Apps.
  3. In the right pane, select Blank App (Xamarin.Forms Portable or Xamarin.Forms Shared)
  4. Add a name for your app and select a location to save it.
  5. Click OK.

A portable or shared solution comprises the following projects:

  • Portable or Shared: A cross-platform application library containing the shared UI and code.
  • Android: Android mobile application available on all development environments.
  • WinPhone: Windows mobile application available only in projects created on Visual Studio.
  • iOS:
See Also

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback