Question - What is the basic architecture of Xamarin.Forms project?
Answer -
Xamarin.Forms can consists of four (this varies based on requirements) projects under one solution.
- .NET Standard, PCL or Shared Project
- iOS Project
- Android Project
- UWP Project