+1 vote
in C Sharp by
What is the difference between Xamarin.Forms & Xamarin Native?

1 Answer

0 votes
by

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

Related questions

+1 vote
asked Aug 20, 2020 in C Sharp by RShastri
+1 vote
asked Aug 20, 2020 in C Sharp by Hodge
...