0 votes
in Xamarin Exordium by
What is the lifecycle of Xamarin.Forms apps?

1 Answer

0 votes
by

Xamarin.Forms is a platform to develop the cross-platform mobile applications by using the XAML for Front-End and C# for the backend of the application. In Xamarin.Forms application, we can share all code. Xamarin.Forms also give the 100% API coverage of Android and iOS native APIs. So that, we can develop native Android, iOS, and Windows apps.

For more information about the LifeCycle of the Xamarin.Forms, click on this link: Xamarin LifeCycle

When we create Xamarin.Forms application we will see four projects:

  • Portable Project: This is the project where we will write 95% of our application code, and this code is shared in all the three platforms.
  • Android: This is the project where we set the Android application icon and splash screen, and all the other code will come from the portable project.
  • iOS: In this project, we set the iOS application architecture and icon.
  • Universal Windows: Universal Windows Platform is the application platform

Related questions

0 votes
asked Jun 2, 2022 in Xamarin Exordium by sharadyadav1986
+1 vote
asked Aug 20, 2020 in C Sharp by RShastri
...