Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Xamarin 4 Overview
Search
Matt Soucoup
December 09, 2015
Technology
0
79
Xamarin 4 Overview
Xamarin 4 presentation from Madison Mobile .Net Developers' group meeting.
Matt Soucoup
December 09, 2015
Tweet
Share
More Decks by Matt Soucoup
See All by Matt Soucoup
Deep Into the Woods with Xamarin.Forms
codemillmatt
0
220
I, For One, Welcome Our New Bot Overlords
codemillmatt
1
140
As Seen On TV ... Bringing Apps To The Living Room
codemillmatt
0
160
Bringing C# to the Living Room - Intro to tvOS Development With Xamarin
codemillmatt
0
120
Cure What Ails You With This Rx: An Intro To Reactive Extensions
codemillmatt
1
120
Everybody Into The Pool! Node.js For .Net Developers
codemillmatt
1
110
Other Decks in Technology
See All in Technology
Databricks AI/BI Genie の「値ディクショナリー」をAmazonの奥地(S3)まで見に行く
kameitomohiro
1
380
「改善」ってこれでいいんだっけ?
ukigmo_hiro
0
400
SQLAlchemy の select(User).where(User.id =="123") を理解してみる/sqlalchemy deep dive
3l4l5
1
170
ローカルLLMとLINE Botの組み合わせ その2(EVO-X2でgpt-oss-120bを利用) / LINE DC Generative AI Meetup #7
you
PRO
0
140
HonoとJSXを使って管理画面をサクッと型安全に作ろう
diggymo
0
160
Linux カーネルが支えるコンテナの仕組み / LF Japan Community Days 2025 Osaka
tenforward
1
110
ソースを読むプロセスの例
sat
PRO
15
9.8k
「REALITY」3Dアバターシステムの7年分の拡張の歴史について
gree_tech
PRO
0
120
FinOps について (ちょっと) 本気出して考えてみた
skmkzyk
0
190
AIエージェント入門 〜基礎からMCP・A2Aまで〜
shukob
1
150
Node.js 2025: What's new and what's next
ruyadorno
0
1k
CNCFの視点で捉えるPlatform Engineering - 最新動向と展望 / Platform Engineering from the CNCF Perspective
hhiroshell
0
130
Featured
See All Featured
A better future with KSS
kneath
239
18k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
jQuery: Nuts, Bolts and Bling
dougneiner
65
7.9k
How to train your dragon (web standard)
notwaldorf
97
6.3k
Automating Front-end Workflow
addyosmani
1371
200k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
How to Think Like a Performance Engineer
csswizardry
27
2.1k
Writing Fast Ruby
sferik
629
62k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
Practical Orchestrator
shlominoach
190
11k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Transcript
Presenter Matt Soucoup
[email protected]
4 The future of apps @codemillmatt
Make it fast, easy, and fun to create great mobile
apps. Xamarin’s Mission
Stay current Your priorities when building apps Works Everywhere Native
5-Star App Integration
Xamarin 4 Complete mobile lifecycle Enterprise-grade
Xamarin – Your Complete Mobile Solution BUILD TEST MONITOR ACCELERATE
Xamarin 4: the complete mobile lifecycle BUILD TEST MONITOR ACCELERATE
Xamarin Platform: native apps across platforms
Shared C# codebase • 100% native API access • High
performance iOS C# UI Windows C# UI Android C# UI Shared C# Mobile
Traditional Xamarin Approach With Xamarin.Forms: More code-sharing, all native iOS
C# UI Windows C# UI Android C# UI Shared C# Backend Shared UI Code Shared C# Backend
Microsoft.Phone Microsoft.Networking Windows.Storage Windows.Foundation Microsoft.Devices System.Data System.Windows System.Numerics System.Core System.ServiceModel
System.Net System System.IO System.Linq System.Xml
MapKit UIKit iBeacon CoreGraphics CoreMotion System.Data System.Windows System.Numerics System.Core System.ServiceModel
System.Net System System.IO System.Linq System.Xml
Text-to-speech ActionBar Printing Framework Renderscript NFC System.Data System.Windows System.Numerics System.Core
System.ServiceModel System.Net System System.IO System.Linq System.Xml
None
Xamarin.iOS does full Ahead Of Time (AOT) compilation to produce
an ARM binary for Apple’s App Store. Xamarin.Androidtakes advantage of Just In Time (JIT) compilation on the Android device. .NET C# Compile and Link .APK Bindings Runs Natively IL + JIT
✓Always Up-to-Date • • • • • • • •
• • •
Code Sharing Stats Mac iOS Android Windows Phone iCircuit Touch
Draw 86% 14% 72% 28% 70% 30% 61% 39% 88% 12% 76% 24% 90% 10%
9 What’s new in Xamarin Platform? Enhanced VS Integration Xamarin.Forms
2.0 iOS 9 & Android M Preview Technologies
Visual Studio Integration Enhancements
Xamarin.Forms 2.0
Demo
Preview Technologies Profiler Objective Sharpie CocoaPod Integration Inspector
Demo
Xamarin – Your Complete Mobile Solution BUILD TEST MONITOR ACCELERATE
Challenges
On Mobile, Quality is Hard 7 20 20 35 6
OS versions Devices Languages Locales Screen sizes 10 24K+ 39 57 27 15 6 OS versions Distinct devices Languages Locales Screen sizes Manufacturers Screen configurations
Android diversification
iOS diversification 3D Touch iPhone 6s s eries only Apple
pencil iPad Pro only Multi Tasking Only select iPads iPads iPod touch iPhones Form factors iOS 9 features
Thousands of iOS and Android APIs Public web APIs Backend
integrations Third party libraries Memory, CPU and network constraints App Complexity
Tap Scroll Swipe Pinch Multi Finger Text Entry Rotation GPS
Xamarin Test Cloud: automated testing on thousands of devices
What’s new in Xamarin Test Cloud? Integrated with Platform UITest
1.0 Test Recorder
Demo
Xamarin – Your Complete Mobile Solution BUILD TEST MONITOR ACCELERATE
Supports ✓ Xamarin.iOS ✓ Xamarin.Android ✓ Xamarin.Mac ✓ Windows Phone
✓ Windows Store ✓ Windows Desktop
Automatically report any uncaught managed or native exception. Report your
own caught exceptions with simple cross- platform API.
Track any event that occurs in your application. Even track
performance of how long an operation takes.
Combine event tracking with user identification to resolve issues faster.
Simple integrations into popular services for mission critical notifications.
Introducing Xamarin Insights //Crash Report Insights.Report(exception); //Feature Usage Insights.Track(“Splash Page”);
//Timed Events Insights.TrackTime(“TimeToSync”); //User Sessions Insights.Identify(“Steve”, user_traits);
Demo
Xamarin – Your Complete Mobile Solution BUILD TEST MONITOR ACCELERATE
What’s Xamarin University? Reduced renewal pricing Over 60 classes Guest
Lectures and office hours Lightning Lectures: Bite size learning on specific topics Certification: Be recognized for being a Mobile and Xamarin expert
Xamarin – Your Complete Mobile Solution BUILD TEST MONITOR ACCELERATE
Every Xamarin Platform Subscription Includes:
Get Started Today xamarin.com
Free 30 Day Trial - xamarin.com/university 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.
evolve.xamarin.com
Thank You! Questions? Presenter Matt Soucoup Awesome Dude
[email protected]
codemilltech.com
@codemillmatt