SlideShare ist ein Scribd-Unternehmen logo
1 von 31
Downloaden Sie, um offline zu lesen
Joe Koletar – Technical Solution Specialist
Cross Platform
Mobile Development
with Xamarin
C# on iOS and Android
Mobile March 2014
RBA
RBA is a digital and technical consultancy
Microsoft National Systems Integrator
Xamarin Premier Consulting Partner
Named Best Places to Work in the
Twin Cities 6 times
Now hiring…
2
Joe Koletar
Technical Solution Specialist
joe.koletar@rbaconsulting.com
@joekoletar
Mobile March 2014
Obligatory Mobile Statistic
There are more cell
phone users than
toothbrush users.
http://60secondmarketer.com/blog/2011/10/18/more-mobile-phones-than-toothbrushes/
3
Mobile March 2014
The Mobile Challenge
Consumers now have an expectation that
any desired information or service is
available, on any appropriate device at
your moment of need.
Forrester Research, The Mobile Mind Shift
4
Mobile March 2014
5
Mobile OS Market Share
3%
Windows
42%
iOS
3%
Blackberry
52%
Android
Market share fracture and ongoing shift means
there is no obvious, single choice.
Comscore, Top Smartphone
platforms, ending January 2014
https://www.comscore.com/Insights/Press_Releases/2014/3/comScore_Reports_January_2014_US_Smartphone_Subscriber_Market_Share
Mobile March 2014
Mobile Objective
How to develop applications to reach the
broadest range of users in the most effective
manner for the least cost
6
Mobile March 2014
Understanding the Trade-Offs
Performance and familiarity increase the closer to platform
specific your app gets but so does cost and complexity.
7
UI
Familiarity
Performanc
e
Mobile
Web
Native
Wrapper
Interpreted Cross
Compiled
Platform
Specific
Value for
Cost
Cross-Platform Options
Value
Mobile March 2014
Mobile Web
Web site with a mobile customized UI
• Detect user device and customize display to
device form factor
• Responsive Design
8
Mobile March 2014
Mobile Web
Users access the site from device browser
9
Business/Data Code
iOS
Web Browser
Android
Web Browser
Windows Phone
Web Browser
HTML 5/CSS/JavaScript
Mobile March 2014
Mobile Web10
Maintainability
Performance
User Experience
Offline Capability
Sensors
Toolset Choices
Cost
Mobile March 2014
Platform Specific
Native application is written for each
platform using platform specific IDE
11
Mobile March 2014
Platform Specific
Native application is written for each platform
12
iOS
Native App
Android
Native App
Windows Phone
Native App
Java C#Objective C
Mobile March 2014
Platform Specific13
Maintainability
Performance
User Experience
Offline Capability
Sensors
Toolset Choices
Cost
Mobile March 2014
Native Wrapper
Web App is wrapped in device specific
code to run as a Native App
Web app is hosted in a chromeless
browser window.
14
Mobile March 2014
Native Wrapper
Web app is wrapped in device specific code
Access to sensors is achieved through bridge
15
iOS Android Windows Phone
Web View
Bridge
Native API
Web View
Bridge
Native API
Web View
Bridge
Native API
HTML 5/CSS/JavaScript
Mobile March 2014
Native Wrapper16
Maintainability
Performance
User Experience
Offline Capability
Sensors
Toolset Choices
Cost
Mobile March 2014
Interpreted
Interpreted applications map a common
language to platform specific APIs
−Abstraction layer is provided on top of the native API
−Code is written to run on the abstraction layer
17
Mobile March 2014
Interpreted
Application is written in scripting language
Script proxies provide access to native widgets
18
iOS
Script
Interpreter
Native API
Android
Script
Interpreter
Native API
Windows Phone
Script
Interpreter
Native API
Script
Mobile March 2014
Interpreted19
Maintainability
Performance
User Experience
Offline Capability
Sensors
Toolset Choices
Cost
Mobile March 2014
Cross Compiled
Cross compiled applications map a
common language to platform specific
SDK
20
Mobile March 2014
Cross Compiled
Common business logic is combined with
platform specific UI code into native app
21
iOS
Native App
Android
Native App
Windows Phone
Native App
C# Android UI C# Win Phone UIC# iOS UI
C# Business/Data Code
Mobile March 2014
Cross Compiled22
Maintainability
Performance
User Experience
Offline Capability
Sensors
Toolset Choices
Cost
Mobile March 2014
Xamarin – What do you get
Anything you can do in Objective C on iOS,
you can do in C#
Anything you can do in Java on Android,
you can do in C#
Access to .NET Base Libraries
−LINQ, Generics, Task Parallel Library, Lambdas,
Async
23
Mobile March 2014
Xamarin History24
2001
Mono
Launched
2009
MonoTouch
(now
Xamarin.iOS)
released
2011
Xamarin
Founded
First
Release of
Xamarin.
Android
2013
Xamarin 2.0
Component
Store
Xamarin Test
Cloud
Microsoft
Partnership
Mobile March 2014
Xamarin – How does it work25
Xamarin.iOS does
full Ahead Of Time
(AOT) compilation
to produce an ARM
binary suitable for
Apple’s App Store.
Xamarin.Android
takes advantage of
Just In Time (JIT)
compilation on the
Android device
Mobile March 2014
Android Demo26
Mobile March 2014
Develop for iOS from Visual Studio27
Mobile March 2014
Xamarin – What does it cost28
Licenses are per developer, per platform,
per year
• Starter – Free, Limited App Size
• Indie - $299, Xamarin Studio Only
• Business - $999, Visual Studio, Email Support
• Enterprise- $1899, 1 day SLA
Mobile March 2014
Xamarin – What does it cost29
MSDN Subscriber Discounts
• Business Edition for iOS and Android for
$1,399
• Enterprise Edition for iOS and Android for 5
developers for $9,999
Mobile March 2014
Xamarin Odds and Ends30
Xamarin University
Xamarin Component Store
Xamarin Test Cloud
Mobile March 2014
Thanks!
Minnesota Enterprise Mobile User Group
http://www.meetup.com/Minnesota-Enterprise-Mobile/
Download Slides
http://tinyurl.com/KoletarMobileMarch2014
Email: Joe.Koletar@rbaconsulting.com
Twitter: @JoeKoletar
31

Weitere ähnliche Inhalte

Was ist angesagt?

C# everywhere: Xamarin and cross platform development
C# everywhere: Xamarin and cross platform developmentC# everywhere: Xamarin and cross platform development
C# everywhere: Xamarin and cross platform developmentGill Cleeren
 
Hybrid application development
Hybrid application developmentHybrid application development
Hybrid application developmentKnoldus Inc.
 
Cross Platform Mobile App Development
Cross Platform Mobile App DevelopmentCross Platform Mobile App Development
Cross Platform Mobile App DevelopmentAnnmarie Lanesey
 
Eindhoven Mobile Development First Meetup Slides
Eindhoven Mobile Development First Meetup SlidesEindhoven Mobile Development First Meetup Slides
Eindhoven Mobile Development First Meetup SlidesChris Key
 
State of Mobile Development
State of Mobile DevelopmentState of Mobile Development
State of Mobile DevelopmentSam Basu
 
Cross-platform App Development Company
Cross-platform App Development CompanyCross-platform App Development Company
Cross-platform App Development CompanyThe NineHertz
 
WIPJam Cross Platform Tools - Dec 2013
WIPJam   Cross Platform Tools - Dec 2013WIPJam   Cross Platform Tools - Dec 2013
WIPJam Cross Platform Tools - Dec 2013Mark Arteaga
 
Native vs cross platform native development which one is right for your requ...
Native vs cross platform native development  which one is right for your requ...Native vs cross platform native development  which one is right for your requ...
Native vs cross platform native development which one is right for your requ...Concetto Labs
 
Introduction to PhoneGap
Introduction to PhoneGapIntroduction to PhoneGap
Introduction to PhoneGapQuang Minh Dao
 
iOS & Android Application Development - Pee Dee User Group Meeting
iOS & Android Application Development - Pee Dee User Group MeetingiOS & Android Application Development - Pee Dee User Group Meeting
iOS & Android Application Development - Pee Dee User Group MeetingJim Tochterman
 
Building Native “apps” with Visual Studio 2015
Building Native “apps” with Visual Studio 2015Building Native “apps” with Visual Studio 2015
Building Native “apps” with Visual Studio 2015Mike Melusky
 
Flutter vs React Native Development in 2020
Flutter vs React Native Development in 2020Flutter vs React Native Development in 2020
Flutter vs React Native Development in 2020Devathon
 
Building Mobile Application Using PhoneGap
Building Mobile Application Using PhoneGapBuilding Mobile Application Using PhoneGap
Building Mobile Application Using PhoneGapRajashekar Bhagavatula
 
What To Choose Between - Native App And Hybrid Mobile App
What To Choose Between - Native App And Hybrid Mobile AppWhat To Choose Between - Native App And Hybrid Mobile App
What To Choose Between - Native App And Hybrid Mobile AppMindbowser Inc
 
Top 4 Cross Platform tools for Mobile App Development
Top 4 Cross Platform tools for Mobile App DevelopmentTop 4 Cross Platform tools for Mobile App Development
Top 4 Cross Platform tools for Mobile App Developmenttechugo
 
Mobinius : Mobile Native vs Cross Platform
Mobinius : Mobile Native vs Cross PlatformMobinius : Mobile Native vs Cross Platform
Mobinius : Mobile Native vs Cross PlatformDamodar Puthiya
 

Was ist angesagt? (20)

C# everywhere: Xamarin and cross platform development
C# everywhere: Xamarin and cross platform developmentC# everywhere: Xamarin and cross platform development
C# everywhere: Xamarin and cross platform development
 
Hybrid application development
Hybrid application developmentHybrid application development
Hybrid application development
 
Cross Platform Mobile App Development
Cross Platform Mobile App DevelopmentCross Platform Mobile App Development
Cross Platform Mobile App Development
 
FirstMeetupSlides
FirstMeetupSlidesFirstMeetupSlides
FirstMeetupSlides
 
Eindhoven Mobile Development First Meetup Slides
Eindhoven Mobile Development First Meetup SlidesEindhoven Mobile Development First Meetup Slides
Eindhoven Mobile Development First Meetup Slides
 
tittanium
tittaniumtittanium
tittanium
 
State of Mobile Development
State of Mobile DevelopmentState of Mobile Development
State of Mobile Development
 
Ionic
IonicIonic
Ionic
 
Cross-platform App Development Company
Cross-platform App Development CompanyCross-platform App Development Company
Cross-platform App Development Company
 
WIPJam Cross Platform Tools - Dec 2013
WIPJam   Cross Platform Tools - Dec 2013WIPJam   Cross Platform Tools - Dec 2013
WIPJam Cross Platform Tools - Dec 2013
 
Native vs cross platform native development which one is right for your requ...
Native vs cross platform native development  which one is right for your requ...Native vs cross platform native development  which one is right for your requ...
Native vs cross platform native development which one is right for your requ...
 
Introduction to PhoneGap
Introduction to PhoneGapIntroduction to PhoneGap
Introduction to PhoneGap
 
iOS & Android Application Development - Pee Dee User Group Meeting
iOS & Android Application Development - Pee Dee User Group MeetingiOS & Android Application Development - Pee Dee User Group Meeting
iOS & Android Application Development - Pee Dee User Group Meeting
 
Building Native “apps” with Visual Studio 2015
Building Native “apps” with Visual Studio 2015Building Native “apps” with Visual Studio 2015
Building Native “apps” with Visual Studio 2015
 
Presentation
PresentationPresentation
Presentation
 
Flutter vs React Native Development in 2020
Flutter vs React Native Development in 2020Flutter vs React Native Development in 2020
Flutter vs React Native Development in 2020
 
Building Mobile Application Using PhoneGap
Building Mobile Application Using PhoneGapBuilding Mobile Application Using PhoneGap
Building Mobile Application Using PhoneGap
 
What To Choose Between - Native App And Hybrid Mobile App
What To Choose Between - Native App And Hybrid Mobile AppWhat To Choose Between - Native App And Hybrid Mobile App
What To Choose Between - Native App And Hybrid Mobile App
 
Top 4 Cross Platform tools for Mobile App Development
Top 4 Cross Platform tools for Mobile App DevelopmentTop 4 Cross Platform tools for Mobile App Development
Top 4 Cross Platform tools for Mobile App Development
 
Mobinius : Mobile Native vs Cross Platform
Mobinius : Mobile Native vs Cross PlatformMobinius : Mobile Native vs Cross Platform
Mobinius : Mobile Native vs Cross Platform
 

Andere mochten auch

2015 AT&T Developer Summit
2015 AT&T Developer Summit2015 AT&T Developer Summit
2015 AT&T Developer SummitDoug Sillars
 
Promotion guide
Promotion guidePromotion guide
Promotion guideseitwenwei
 
Business Intelligence as a Competitive Advantage - 2017020802
Business Intelligence as a Competitive Advantage - 2017020802Business Intelligence as a Competitive Advantage - 2017020802
Business Intelligence as a Competitive Advantage - 2017020802Daniel Trnka
 
The Social Challenge of 1.5°C Webinar: Karen O'Brien
The Social Challenge of 1.5°C Webinar: Karen O'BrienThe Social Challenge of 1.5°C Webinar: Karen O'Brien
The Social Challenge of 1.5°C Webinar: Karen O'Brientewksjj
 
TRABAJO DE PROYECTO DE GRADO
TRABAJO DE PROYECTO DE GRADOTRABAJO DE PROYECTO DE GRADO
TRABAJO DE PROYECTO DE GRADOLuzneida Vasquez
 
Scaling wordpress for high traffic
Scaling wordpress for high trafficScaling wordpress for high traffic
Scaling wordpress for high trafficRoshan Bhattarai
 
Embedded project list
Embedded project listEmbedded project list
Embedded project listSenthil Kumar
 
Power electronics projects
Power electronics projectsPower electronics projects
Power electronics projectsSenthil Kumar
 
Ky nang giao tiep oralcommunication
Ky nang giao tiep   oralcommunicationKy nang giao tiep   oralcommunication
Ky nang giao tiep oralcommunicationLuat Ba
 
LAYERS Competition: Creative use of 3D printing technologies
LAYERS Competition: Creative use of 3D printing technologiesLAYERS Competition: Creative use of 3D printing technologies
LAYERS Competition: Creative use of 3D printing technologiesClifford Choy
 
Somnium Network журнал
Somnium Network журналSomnium Network журнал
Somnium Network журналonlinesarabotok
 
Economic dispatch using fuzzy logic
Economic dispatch using fuzzy logicEconomic dispatch using fuzzy logic
Economic dispatch using fuzzy logicSenthil Kumar
 

Andere mochten auch (20)

Gmics vslides120811
Gmics vslides120811Gmics vslides120811
Gmics vslides120811
 
2015 AT&T Developer Summit
2015 AT&T Developer Summit2015 AT&T Developer Summit
2015 AT&T Developer Summit
 
Promotion guide
Promotion guidePromotion guide
Promotion guide
 
Business Intelligence as a Competitive Advantage - 2017020802
Business Intelligence as a Competitive Advantage - 2017020802Business Intelligence as a Competitive Advantage - 2017020802
Business Intelligence as a Competitive Advantage - 2017020802
 
Abstract2
Abstract2Abstract2
Abstract2
 
The Social Challenge of 1.5°C Webinar: Karen O'Brien
The Social Challenge of 1.5°C Webinar: Karen O'BrienThe Social Challenge of 1.5°C Webinar: Karen O'Brien
The Social Challenge of 1.5°C Webinar: Karen O'Brien
 
TRABAJO DE PROYECTO DE GRADO
TRABAJO DE PROYECTO DE GRADOTRABAJO DE PROYECTO DE GRADO
TRABAJO DE PROYECTO DE GRADO
 
Scaling wordpress for high traffic
Scaling wordpress for high trafficScaling wordpress for high traffic
Scaling wordpress for high traffic
 
Vlsi projects
Vlsi projectsVlsi projects
Vlsi projects
 
Embedded project list
Embedded project listEmbedded project list
Embedded project list
 
Electricmotors
ElectricmotorsElectricmotors
Electricmotors
 
Power electronics projects
Power electronics projectsPower electronics projects
Power electronics projects
 
Ky nang giao tiep oralcommunication
Ky nang giao tiep   oralcommunicationKy nang giao tiep   oralcommunication
Ky nang giao tiep oralcommunication
 
Digitalfilter2
Digitalfilter2Digitalfilter2
Digitalfilter2
 
Copy of robotics17
Copy of robotics17Copy of robotics17
Copy of robotics17
 
LAYERS Competition: Creative use of 3D printing technologies
LAYERS Competition: Creative use of 3D printing technologiesLAYERS Competition: Creative use of 3D printing technologies
LAYERS Competition: Creative use of 3D printing technologies
 
Somnium Network журнал
Somnium Network журналSomnium Network журнал
Somnium Network журнал
 
Economic dispatch using fuzzy logic
Economic dispatch using fuzzy logicEconomic dispatch using fuzzy logic
Economic dispatch using fuzzy logic
 
Rainbow Salad
Rainbow SaladRainbow Salad
Rainbow Salad
 
Gitau portfolio apartments
Gitau portfolio apartmentsGitau portfolio apartments
Gitau portfolio apartments
 

Ähnlich wie Xamarin Mobile March 2014

Cross Platform Mobile Development with Xamarin
Cross Platform Mobile Development with XamarinCross Platform Mobile Development with Xamarin
Cross Platform Mobile Development with XamarinJoe Koletar
 
MOBILE APPLICATIONS DEVELOPMENT AND SERVICES.pptx
MOBILE APPLICATIONS DEVELOPMENT AND SERVICES.pptxMOBILE APPLICATIONS DEVELOPMENT AND SERVICES.pptx
MOBILE APPLICATIONS DEVELOPMENT AND SERVICES.pptxmuthulakshmi cse
 
Xamarin Mobile App Development Features & Benefits.pdf
Xamarin Mobile App Development Features & Benefits.pdfXamarin Mobile App Development Features & Benefits.pdf
Xamarin Mobile App Development Features & Benefits.pdfFuGenx Technologies
 
Different Types of Websites _ XcelTec .pdf
Different Types of Websites _ XcelTec .pdfDifferent Types of Websites _ XcelTec .pdf
Different Types of Websites _ XcelTec .pdfXcelTec
 
Pick Your Poison – Mobile Web, Native, or Hybrid? - Denver Startup Week - Oct...
Pick Your Poison – Mobile Web, Native, or Hybrid? - Denver Startup Week - Oct...Pick Your Poison – Mobile Web, Native, or Hybrid? - Denver Startup Week - Oct...
Pick Your Poison – Mobile Web, Native, or Hybrid? - Denver Startup Week - Oct...Shane Church
 
Pick Your Poison – Mobile Web, Native or Hybrid?
Pick Your Poison – Mobile Web, Native or Hybrid?Pick Your Poison – Mobile Web, Native or Hybrid?
Pick Your Poison – Mobile Web, Native or Hybrid?Effective
 
Best cross-platform mobile app development tools
Best cross-platform mobile app development tools Best cross-platform mobile app development tools
Best cross-platform mobile app development tools Sankalp
 
Why is xamarin the preferred app development platform among app developers
Why is xamarin the preferred app development platform among app developersWhy is xamarin the preferred app development platform among app developers
Why is xamarin the preferred app development platform among app developersFullestop
 
Top reasons why to choose xamarin for mobile app development
Top reasons why to choose xamarin for mobile app developmentTop reasons why to choose xamarin for mobile app development
Top reasons why to choose xamarin for mobile app developmentFugenX
 
The Great Mobile Debate: Native vs. Hybrid App Development
The Great Mobile Debate: Native vs. Hybrid App DevelopmentThe Great Mobile Debate: Native vs. Hybrid App Development
The Great Mobile Debate: Native vs. Hybrid App DevelopmentNick Landry
 
This is How Cross Platform App Frameworks can Grow
This is How Cross Platform App Frameworks can GrowThis is How Cross Platform App Frameworks can Grow
This is How Cross Platform App Frameworks can GrowClaritus Consulting
 
How cross platform app frameworks can grow in 2020
How cross platform app frameworks can grow in 2020How cross platform app frameworks can grow in 2020
How cross platform app frameworks can grow in 2020Claritus Consulting
 
Firefox OS - mobile trends, learnings & visions, at FOKUS FUSECO Forum 2014
Firefox OS - mobile trends, learnings & visions, at FOKUS FUSECO Forum 2014Firefox OS - mobile trends, learnings & visions, at FOKUS FUSECO Forum 2014
Firefox OS - mobile trends, learnings & visions, at FOKUS FUSECO Forum 2014Robert Nyman
 
Top Cross Platform Mobile App Development Frameworks
Top Cross Platform Mobile App Development FrameworksTop Cross Platform Mobile App Development Frameworks
Top Cross Platform Mobile App Development FrameworksWDP Technologies
 
Top Reasons to Choose Xamarin for Mobile App Development in 2022
Top Reasons to Choose Xamarin for Mobile App Development in 2022Top Reasons to Choose Xamarin for Mobile App Development in 2022
Top Reasons to Choose Xamarin for Mobile App Development in 2022Edwardallen40
 
Getting Started with iOS & Android Development Using Xamarin & Visual Studio
Getting Started with iOS & Android Development Using Xamarin & Visual StudioGetting Started with iOS & Android Development Using Xamarin & Visual Studio
Getting Started with iOS & Android Development Using Xamarin & Visual StudioMark Arteaga
 
Choosing the Right OS for Mobile App
Choosing the Right OS for Mobile AppChoosing the Right OS for Mobile App
Choosing the Right OS for Mobile AppCopper Mobile, Inc.
 
Top 10 Mobile App Development Frameworks in 2023
Top 10 Mobile App Development Frameworks in 2023Top 10 Mobile App Development Frameworks in 2023
Top 10 Mobile App Development Frameworks in 2023BitCot
 
Mobility Trends | Customer Conversation Deck
Mobility Trends |  Customer Conversation DeckMobility Trends |  Customer Conversation Deck
Mobility Trends | Customer Conversation DeckSagar Mody
 

Ähnlich wie Xamarin Mobile March 2014 (20)

Cross Platform Mobile Development with Xamarin
Cross Platform Mobile Development with XamarinCross Platform Mobile Development with Xamarin
Cross Platform Mobile Development with Xamarin
 
MOBILE APPLICATIONS DEVELOPMENT AND SERVICES.pptx
MOBILE APPLICATIONS DEVELOPMENT AND SERVICES.pptxMOBILE APPLICATIONS DEVELOPMENT AND SERVICES.pptx
MOBILE APPLICATIONS DEVELOPMENT AND SERVICES.pptx
 
Xamarin Mobile App Development Features & Benefits.pdf
Xamarin Mobile App Development Features & Benefits.pdfXamarin Mobile App Development Features & Benefits.pdf
Xamarin Mobile App Development Features & Benefits.pdf
 
Different Types of Websites _ XcelTec .pdf
Different Types of Websites _ XcelTec .pdfDifferent Types of Websites _ XcelTec .pdf
Different Types of Websites _ XcelTec .pdf
 
Pick Your Poison – Mobile Web, Native, or Hybrid? - Denver Startup Week - Oct...
Pick Your Poison – Mobile Web, Native, or Hybrid? - Denver Startup Week - Oct...Pick Your Poison – Mobile Web, Native, or Hybrid? - Denver Startup Week - Oct...
Pick Your Poison – Mobile Web, Native, or Hybrid? - Denver Startup Week - Oct...
 
Pick Your Poison – Mobile Web, Native or Hybrid?
Pick Your Poison – Mobile Web, Native or Hybrid?Pick Your Poison – Mobile Web, Native or Hybrid?
Pick Your Poison – Mobile Web, Native or Hybrid?
 
Best cross-platform mobile app development tools
Best cross-platform mobile app development tools Best cross-platform mobile app development tools
Best cross-platform mobile app development tools
 
Why is xamarin the preferred app development platform among app developers
Why is xamarin the preferred app development platform among app developersWhy is xamarin the preferred app development platform among app developers
Why is xamarin the preferred app development platform among app developers
 
Top reasons why to choose xamarin for mobile app development
Top reasons why to choose xamarin for mobile app developmentTop reasons why to choose xamarin for mobile app development
Top reasons why to choose xamarin for mobile app development
 
The Great Mobile Debate: Native vs. Hybrid App Development
The Great Mobile Debate: Native vs. Hybrid App DevelopmentThe Great Mobile Debate: Native vs. Hybrid App Development
The Great Mobile Debate: Native vs. Hybrid App Development
 
This is How Cross Platform App Frameworks can Grow
This is How Cross Platform App Frameworks can GrowThis is How Cross Platform App Frameworks can Grow
This is How Cross Platform App Frameworks can Grow
 
How cross platform app frameworks can grow in 2020
How cross platform app frameworks can grow in 2020How cross platform app frameworks can grow in 2020
How cross platform app frameworks can grow in 2020
 
Firefox OS - mobile trends, learnings & visions, at FOKUS FUSECO Forum 2014
Firefox OS - mobile trends, learnings & visions, at FOKUS FUSECO Forum 2014Firefox OS - mobile trends, learnings & visions, at FOKUS FUSECO Forum 2014
Firefox OS - mobile trends, learnings & visions, at FOKUS FUSECO Forum 2014
 
Top Cross Platform Mobile App Development Frameworks
Top Cross Platform Mobile App Development FrameworksTop Cross Platform Mobile App Development Frameworks
Top Cross Platform Mobile App Development Frameworks
 
Top Reasons to Choose Xamarin for Mobile App Development in 2022
Top Reasons to Choose Xamarin for Mobile App Development in 2022Top Reasons to Choose Xamarin for Mobile App Development in 2022
Top Reasons to Choose Xamarin for Mobile App Development in 2022
 
Getting Started with iOS & Android Development Using Xamarin & Visual Studio
Getting Started with iOS & Android Development Using Xamarin & Visual StudioGetting Started with iOS & Android Development Using Xamarin & Visual Studio
Getting Started with iOS & Android Development Using Xamarin & Visual Studio
 
Choosing the Right OS for Mobile App
Choosing the Right OS for Mobile AppChoosing the Right OS for Mobile App
Choosing the Right OS for Mobile App
 
Project of mobile apps
Project of mobile appsProject of mobile apps
Project of mobile apps
 
Top 10 Mobile App Development Frameworks in 2023
Top 10 Mobile App Development Frameworks in 2023Top 10 Mobile App Development Frameworks in 2023
Top 10 Mobile App Development Frameworks in 2023
 
Mobility Trends | Customer Conversation Deck
Mobility Trends |  Customer Conversation DeckMobility Trends |  Customer Conversation Deck
Mobility Trends | Customer Conversation Deck
 

Kürzlich hochgeladen

React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...Karmanjay Verma
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsYoss Cohen
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFMichael Gough
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Landscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfLandscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfAarwolf Industries LLC
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructureitnewsafrica
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxfnnc6jmgwh
 
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Jeffrey Haguewood
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observabilityitnewsafrica
 

Kürzlich hochgeladen (20)

React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platforms
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDF
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Landscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfLandscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdf
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
 
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
 

Xamarin Mobile March 2014

  • 1. Joe Koletar – Technical Solution Specialist Cross Platform Mobile Development with Xamarin C# on iOS and Android
  • 2. Mobile March 2014 RBA RBA is a digital and technical consultancy Microsoft National Systems Integrator Xamarin Premier Consulting Partner Named Best Places to Work in the Twin Cities 6 times Now hiring… 2 Joe Koletar Technical Solution Specialist joe.koletar@rbaconsulting.com @joekoletar
  • 3. Mobile March 2014 Obligatory Mobile Statistic There are more cell phone users than toothbrush users. http://60secondmarketer.com/blog/2011/10/18/more-mobile-phones-than-toothbrushes/ 3
  • 4. Mobile March 2014 The Mobile Challenge Consumers now have an expectation that any desired information or service is available, on any appropriate device at your moment of need. Forrester Research, The Mobile Mind Shift 4
  • 5. Mobile March 2014 5 Mobile OS Market Share 3% Windows 42% iOS 3% Blackberry 52% Android Market share fracture and ongoing shift means there is no obvious, single choice. Comscore, Top Smartphone platforms, ending January 2014 https://www.comscore.com/Insights/Press_Releases/2014/3/comScore_Reports_January_2014_US_Smartphone_Subscriber_Market_Share
  • 6. Mobile March 2014 Mobile Objective How to develop applications to reach the broadest range of users in the most effective manner for the least cost 6
  • 7. Mobile March 2014 Understanding the Trade-Offs Performance and familiarity increase the closer to platform specific your app gets but so does cost and complexity. 7 UI Familiarity Performanc e Mobile Web Native Wrapper Interpreted Cross Compiled Platform Specific Value for Cost Cross-Platform Options Value
  • 8. Mobile March 2014 Mobile Web Web site with a mobile customized UI • Detect user device and customize display to device form factor • Responsive Design 8
  • 9. Mobile March 2014 Mobile Web Users access the site from device browser 9 Business/Data Code iOS Web Browser Android Web Browser Windows Phone Web Browser HTML 5/CSS/JavaScript
  • 10. Mobile March 2014 Mobile Web10 Maintainability Performance User Experience Offline Capability Sensors Toolset Choices Cost
  • 11. Mobile March 2014 Platform Specific Native application is written for each platform using platform specific IDE 11
  • 12. Mobile March 2014 Platform Specific Native application is written for each platform 12 iOS Native App Android Native App Windows Phone Native App Java C#Objective C
  • 13. Mobile March 2014 Platform Specific13 Maintainability Performance User Experience Offline Capability Sensors Toolset Choices Cost
  • 14. Mobile March 2014 Native Wrapper Web App is wrapped in device specific code to run as a Native App Web app is hosted in a chromeless browser window. 14
  • 15. Mobile March 2014 Native Wrapper Web app is wrapped in device specific code Access to sensors is achieved through bridge 15 iOS Android Windows Phone Web View Bridge Native API Web View Bridge Native API Web View Bridge Native API HTML 5/CSS/JavaScript
  • 16. Mobile March 2014 Native Wrapper16 Maintainability Performance User Experience Offline Capability Sensors Toolset Choices Cost
  • 17. Mobile March 2014 Interpreted Interpreted applications map a common language to platform specific APIs −Abstraction layer is provided on top of the native API −Code is written to run on the abstraction layer 17
  • 18. Mobile March 2014 Interpreted Application is written in scripting language Script proxies provide access to native widgets 18 iOS Script Interpreter Native API Android Script Interpreter Native API Windows Phone Script Interpreter Native API Script
  • 19. Mobile March 2014 Interpreted19 Maintainability Performance User Experience Offline Capability Sensors Toolset Choices Cost
  • 20. Mobile March 2014 Cross Compiled Cross compiled applications map a common language to platform specific SDK 20
  • 21. Mobile March 2014 Cross Compiled Common business logic is combined with platform specific UI code into native app 21 iOS Native App Android Native App Windows Phone Native App C# Android UI C# Win Phone UIC# iOS UI C# Business/Data Code
  • 22. Mobile March 2014 Cross Compiled22 Maintainability Performance User Experience Offline Capability Sensors Toolset Choices Cost
  • 23. Mobile March 2014 Xamarin – What do you get Anything you can do in Objective C on iOS, you can do in C# Anything you can do in Java on Android, you can do in C# Access to .NET Base Libraries −LINQ, Generics, Task Parallel Library, Lambdas, Async 23
  • 24. Mobile March 2014 Xamarin History24 2001 Mono Launched 2009 MonoTouch (now Xamarin.iOS) released 2011 Xamarin Founded First Release of Xamarin. Android 2013 Xamarin 2.0 Component Store Xamarin Test Cloud Microsoft Partnership
  • 25. Mobile March 2014 Xamarin – How does it work25 Xamarin.iOS does full Ahead Of Time (AOT) compilation to produce an ARM binary suitable for Apple’s App Store. Xamarin.Android takes advantage of Just In Time (JIT) compilation on the Android device
  • 27. Mobile March 2014 Develop for iOS from Visual Studio27
  • 28. Mobile March 2014 Xamarin – What does it cost28 Licenses are per developer, per platform, per year • Starter – Free, Limited App Size • Indie - $299, Xamarin Studio Only • Business - $999, Visual Studio, Email Support • Enterprise- $1899, 1 day SLA
  • 29. Mobile March 2014 Xamarin – What does it cost29 MSDN Subscriber Discounts • Business Edition for iOS and Android for $1,399 • Enterprise Edition for iOS and Android for 5 developers for $9,999
  • 30. Mobile March 2014 Xamarin Odds and Ends30 Xamarin University Xamarin Component Store Xamarin Test Cloud
  • 31. Mobile March 2014 Thanks! Minnesota Enterprise Mobile User Group http://www.meetup.com/Minnesota-Enterprise-Mobile/ Download Slides http://tinyurl.com/KoletarMobileMarch2014 Email: Joe.Koletar@rbaconsulting.com Twitter: @JoeKoletar 31