What is the difference between Xamarin.Forms & Xamarin Native?

Technology CommunityCategory: XamarinWhat is the difference between Xamarin.Forms & Xamarin Native?
VietMX Staff asked 4 years ago

Xamarin.Forms is used when:

  • Less platform-specific code is required
  • Code sharing is more important than custom UI
  • UI is not complex

Xamarin Native is used when:

  • Lot of platform specific code is required
  • Custom UI is more important then code sharing
  • Many platform-specific APIs are used