42
DEVintersec+on Session DEV213 iOS and Android Development for the C# Developer with Xamarin James Montemagno [email protected] @JamesMontemagno #Xamarin

DEVIntersection 2014 iOS and Android Development for C# Developers

Embed Size (px)

DESCRIPTION

As the mobile landscape continues to expand and evolve managing multiple code bases in different programming languages and development tools can become a nightmare fast. In this session you will learn how to leverage the awesome features of C# and combine them with Xamarin technology to design and develop beautiful native cross platform mobile apps for iOS, Android, and Windows from a shared C# code base with the tools that you love. We will even see how to share more code with Xamarin.Forms, which enables you to build native UIs for iOS, Android and Windows Phone from a single, shared C# codebase.

Citation preview

Page 1: DEVIntersection 2014 iOS and Android Development for C# Developers

DEVintersec+on  Session  DEV213  

 iOS and Android Development!

for the C# Developer with Xamarin!James  Montemagno

[email protected] @JamesMontemagno

#Xamarin

Page 2: DEVIntersection 2014 iOS and Android Development for C# Developers

©  DEVintersec-on.  All  rights  reserved.  h6p://www.DEVintersec-on.com    2  

Who is this guy?!

James Montemagno!Developer Evangelist, Xamarin!

MyStepCounterApp.com!

Page 3: DEVIntersection 2014 iOS and Android Development for C# Developers

The best language for Windows development. Modern Features • Advanced Tools • Proven Libraries • Large Community • Statically Typed

Page 4: DEVIntersection 2014 iOS and Android Development for C# Developers

Windows Developer in Phoenix

Page 5: DEVIntersection 2014 iOS and Android Development for C# Developers

I had an opportunity.

Page 6: DEVIntersection 2014 iOS and Android Development for C# Developers

Xamarin makes C# the best language for mobile development. Native Code Generation • Platform API Bindings • Code Sharing • Visual Studio

+

Page 7: DEVIntersection 2014 iOS and Android Development for C# Developers
Page 8: DEVIntersection 2014 iOS and Android Development for C# Developers

What is native?!

Page 9: DEVIntersection 2014 iOS and Android Development for C# Developers

©  DEVintersec-on.  All  rights  reserved.  h6p://www.DEVintersec-on.com    9  

The Anatomy of a Native App!

Native User Interfaces! Native API Access! Native Performance!

?! ?!?!

Page 10: DEVIntersection 2014 iOS and Android Development for C# Developers

Architecting !Mobile Apps!

Page 11: DEVIntersection 2014 iOS and Android Development for C# Developers

Silo!Approach!

Build Apps!Multiple Times!

Page 12: DEVIntersection 2014 iOS and Android Development for C# Developers

Write Once,!Run Anywhere!Approach!

Lowest !Common!Denominator!

Page 13: DEVIntersection 2014 iOS and Android Development for C# Developers

©  DEVintersec-on.  All  rights  reserved.  h6p://www.DEVintersec-on.com    13  

Xamarin’s Unique Approach!

Native With !Code Sharing!

Page 14: DEVIntersection 2014 iOS and Android Development for C# Developers

©  DEVintersec-on.  All  rights  reserved.  h6p://www.DEVintersec-on.com    14  

Windows APIs!

Page 15: DEVIntersection 2014 iOS and Android Development for C# Developers

©  DEVintersec-on.  All  rights  reserved.  h6p://www.DEVintersec-on.com    15  

iOS APIs | 100% Coverage!

Page 16: DEVIntersection 2014 iOS and Android Development for C# Developers

©  DEVintersec-on.  All  rights  reserved.  h6p://www.DEVintersec-on.com    16  

Android APIs | 100% Coverage!

Page 17: DEVIntersection 2014 iOS and Android Development for C# Developers

©  DEVintersec-on.  All  rights  reserved.  h6p://www.DEVintersec-on.com    17  

Anything you can do in Objective-C, Swift, or Java !can be done in C# with Xamarin using Visual Studio!

Page 18: DEVIntersection 2014 iOS and Android Development for C# Developers

How!Xamarin!Works!

§  C# + .NET Runtime!§  Native UI!§  Native Performance!

Page 19: DEVIntersection 2014 iOS and Android Development for C# Developers

©  DEVintersec-on.  All  rights  reserved.  h6p://www.DEVintersec-on.com    19  

Always Up to Date!

Page 20: DEVIntersection 2014 iOS and Android Development for C# Developers

Android Develop on:!•  Mac or PC!•  Xamarin Studio or Visual Studio!

Run on:!•  Google Emulators!•  Xamarin Android Player!•  Physical Device!

Page 21: DEVIntersection 2014 iOS and Android Development for C# Developers

Xamarin Android Player Super High Speed Android Emulator!•  Mac or PC!•  Runs Side-by-side WP Emulator!

Free for Xamarin Subscribers:!•  Xamarin.com/Android-Player!

Page 22: DEVIntersection 2014 iOS and Android Development for C# Developers

Develop on:!•  Mac in Xamarin Studio!•  or!•  PC in Visual Studio (connected to Mac “Build Host”)!

Run on:!•  iOS Simulators on Mac!•  iOS Device plugged into

a Mac!

Page 23: DEVIntersection 2014 iOS and Android Development for C# Developers

©  DEVintersec-on.  All  rights  reserved.  h6p://www.DEVintersec-on.com    

Let’s build an app!

iOS Photo Sharing!"Live coding adventure part 1!

Page 24: DEVIntersection 2014 iOS and Android Development for C# Developers

©  DEVintersec-on.  All  rights  reserved.  h6p://www.DEVintersec-on.com    24  

Code Sharing!

Page 25: DEVIntersection 2014 iOS and Android Development for C# Developers

©  DEVintersec-on.  All  rights  reserved.  h6p://www.DEVintersec-on.com    25  

Code Sharing Statistics!

Android

iOS

Mac

WP

Page 26: DEVIntersection 2014 iOS and Android Development for C# Developers

Portable Class Libraries!

•  1 Assembly!•  Target Multiple

Platforms!•  Easy to

distribute!

Page 27: DEVIntersection 2014 iOS and Android Development for C# Developers

NuGet!

Page 28: DEVIntersection 2014 iOS and Android Development for C# Developers

Shared Projects!

Page 29: DEVIntersection 2014 iOS and Android Development for C# Developers

©  DEVintersec-on.  All  rights  reserved.  h6p://www.DEVintersec-on.com    

Let’s share some code!

Code  sharing  strategies   Live  coding  adventure  part  2

Page 30: DEVIntersection 2014 iOS and Android Development for C# Developers

©  DEVintersec-on.  All  rights  reserved.  h6p://www.DEVintersec-on.com    30  

What about !the UI?!

Page 31: DEVIntersection 2014 iOS and Android Development for C# Developers

Xamarin + Xamarin.Forms!

With Xamarin.Forms: !more code-sharing, native controls!Traditional Xamarin approach!

Shared UI Code!

Page 32: DEVIntersection 2014 iOS and Android Development for C# Developers
Page 33: DEVIntersection 2014 iOS and Android Development for C# Developers

©  DEVintersec-on.  All  rights  reserved.  h6p://www.DEVintersec-on.com    

Let’s take a quick look!

Travel Expenses + Azure Mobile Services!

Page 34: DEVIntersection 2014 iOS and Android Development for C# Developers

Create native iOS, Android, Mac and Windows apps in Visual Studio and C#

Page 35: DEVIntersection 2014 iOS and Android Development for C# Developers

Automatically test your app on thousands of real devices in the cloud.

Page 36: DEVIntersection 2014 iOS and Android Development for C# Developers

Real-time monitoring. Track crashes and exceptions to understand what is

happening with live users

Page 37: DEVIntersection 2014 iOS and Android Development for C# Developers

©  DEVintersec-on.  All  rights  reserved.  h6p://www.DEVintersec-on.com    37  

Unrivaled Mobile Development Training!Live unlimited mobile development training from mobile experts, !in your time-zone, on your schedule and as often as you'd like.!

xamarin.com/university  

Page 38: DEVIntersection 2014 iOS and Android Development for C# Developers

38   ©  DEVintersec-on.  All  rights  reserved.  h6p://www.DEVintersec-on.com    

Awesome Announcements!

Page 39: DEVIntersection 2014 iOS and Android Development for C# Developers

39   ©  DEVintersec-on.  All  rights  reserved.  h6p://www.DEVintersec-on.com    

Awesome Announcements!§  Visual  Studio  2015  Preview  Release  

o  Built  in  templates

§  Visual  Studio  Community  Edi+on  Support  §  Free  Xamarin  Starter  Edi+on  for  Visual  Studio  Users  

o  Doubled  size  limit

o  hBp://www.xamarin.com/starter

o  Available  in  Xamarin  Studio  Today,  Visual  Studio  in  next  few  weeks

§  Special  offers  for  MSDN  Subscribers  o  hBp://www.xamarin.com/msdn

Page 40: DEVIntersection 2014 iOS and Android Development for C# Developers

40   ©  DEVintersec-on.  All  rights  reserved.  h6p://www.DEVintersec-on.com    

Review!

§  Re-use your C# and .NET skill to develop iOS and Android mobile apps with Xamarin!

§  Xamarin apps look and feel native, because they are native!

§  Xamarin gives you 100% API Coverage!§  Use the tools you love like Visual Studio!§  Use the .NET libraries you know and love!

Page 41: DEVIntersection 2014 iOS and Android Development for C# Developers

©  DEVintersec-on.  All  rights  reserved.  h6p://www.DEVintersec-on.com    41  

References!

§  Get Started!

o  Xamarin.com!

§  Get your free C# Shirt!

o  Xamarin.com/Shirt!§  Me:!

o  [email protected]!o  http://github.com/jamesmontemagno!o  @JamesMontemagno!

§  Slides: !

Page 42: DEVIntersection 2014 iOS and Android Development for C# Developers

©  DEVintersec-on.  All  rights  reserved.  h6p://www.DEVintersec-on.com    

Ques+ons?  

Thank  you!  #Xamarin  

Don’t  forget  to  enter  your  evalua+on    of  this  session  using  EventBoard!