now, it’s time for xamarin

13

Upload: -

Post on 24-Jan-2018

16 views

Category:

Software


2 download

TRANSCRIPT

Page 1: Now, it’s time for xamarin
Page 2: Now, it’s time for xamarin
Page 3: Now, it’s time for xamarin

iOS WindowsAndroid

Objective-C

Xcode

C#

Visual Studio

Java

Android Studio

No shared code • Many languages & development environments • Multiple teams

Page 4: Now, it’s time for xamarin

App Generator

Lua

Javascript

Actionscript

HTML+CSS

Limited native API access • Slow performance • Poor user experience

Page 6: Now, it’s time for xamarin
Page 7: Now, it’s time for xamarin
Page 8: Now, it’s time for xamarin
Page 9: Now, it’s time for xamarin

Shared C# codebase • 100% native API access • High performance

iOS C# UI Windows C# UIAndroid C# UI

Shared C# Mobile

Page 10: Now, it’s time for xamarin

Xamarin.iOS does full Ahead Of Time

(AOT) compilation to produce an ARM

binary for Apple’s App Store.

Xamarin.Android takes advantage of

Just In Time (JIT) compilation on the

Android device.

Page 11: Now, it’s time for xamarin
Page 12: Now, it’s time for xamarin

*

Page 13: Now, it’s time for xamarin