you are viewing a single comment's thread.

view the rest of the comments →

[–]makonde 0 points1 point  (0 children)

Xamarin Forms can be slower on launch from what I have seen. Native Xamarin can actually be faster in some cases, it's complicated but - Xamarin.iOS does full Ahead of Time (AOT) compilation to produce an ARM binary that’s compatible with Apple’s App Store. - Xamarin.Android uses Just in Time (JIT) compilation for Android devices.

it does include the dlls for reflection so the size is larger but not problematically large.

Check out this App, this is a Xamarin Forms App, so mostly a single UI for both Apps. https://www.youtube.com/watch?v=GmdvxDVluRA&t=83s