Xamarin Forms

Introduction To Xamarin Forms

Xamarin forms is a cross platforms mobile app development framework which is used to build the native iOS , android and the Windows app development. In case of the Xamarin forms around 90% of the code is shared for the UI components including the business logic's across all devices app, making the framework one of the most efficient for mobile development.

There are two types of the methodology by which xamarin forms code can be shared:

1. Shared Project
2. .Net Slandered Project
3. PCL (Portable Class Library)


The Xamarin forms project structure is divided into the the four project, means one solution will contain the four project :

1. PCL or Shared Project
2. Android Project
3. IOS Project
4. UWP (Universal Windows Platforms)


Image result for xamarin forms structure





No comments:

Post a Comment