这是indexloc提供的服务,不要输入任何密码
SlideShare a Scribd company logo
Xamarin Forms, MVVM and Testing
Speaker
GKAC 2015 Apr. - Xamarin forms, mvvm and testing
GKAC 2015 Apr. - Xamarin forms, mvvm and testing
Basic(1989)
C(1991)
C++(1997)
Java(1997)C#(2005)
JavaScript(2008)
Others Languages
with Xamarin Forms
for 8 Months
iOS
with Xamarin Forms
for 3 Weeks
Android
GKAC 2015 Apr. - Xamarin forms, mvvm and testing
Xamarin
GKAC 2015 Apr. - Xamarin forms, mvvm and testing
GKAC 2015 Apr. - Xamarin forms, mvvm and testing
C# 3.0 (2007)Java 8 (2014)
C# 5.0 (2013)
C# 4.0 (2010)
Lambda
Expression Trees
LINQ
Lambda
Streams
Dynamic
Asynchronous
Native
• Native User Interfaces
• Native API Access
• Native Performance
GKAC 2015 Apr. - Xamarin forms, mvvm and testing
GKAC 2015 Apr. - Xamarin forms, mvvm and testing
Xamarin Forms
App Logics
Cross-platform Natively Backed UI
Platform-specific API
iOS
Platform-specific API
Android
Platform-specific API
Windows Phone
XAML
• Extensible Application Markup Language
• XML
• WPF(2006)
• 2-way Binding
• Data Templating
GKAC 2015 Apr. - Xamarin forms, mvvm and testing
GKAC 2015 Apr. - Xamarin forms, mvvm and testing
Model View ViewModel
MVVM(Model-View-ViewModel)
• In 2005, John Gossman(Microsoft)
• A Variation of MVC
• Separation of Presentation and Presentation Logic
• 2-way Binding
• Testability
• WPF, Silverlight, Xamarin Forms, AngularJS, EmberJS, KnockoutJS, RoboBinding
• Introduction to Model/View/ViewModel pattern for building WPF apps
• WPF Apps With The Model-View-ViewModel Design Pattern
ViewModel
• An Abstraction of a View
• State and Behavior
• Does not need a reference to a view
ViewModel
Presentation Logic
View
User Interface
Model
Business Logic and
Data
2-way Binding
Unit Testing
Unit Testing
Pros
• Cheap
• Finds problems early
• Living Documentation
• As a Design Element
Cons
• Not catch integration errors
• Not catch system-level errors
• Can’t write for user interfaces
Presentation Layer
View(UI)
ViewModel(Presentation Logic)
• No Reference to Views
• No Lifecycle Constraint
Testable
Bindings
Bindings
• Properties
• Collections and Templating
• Commands
Properties
<Entry Text="{Binding NameEntry}" />
Collections and Templating
<ListView ItemsSource="{Binding Users}">
<ListView.ItemTemplate>
<DataTemplate>
<ViewCell>
<Label Text="{Binding Name}" />
</ViewCell>
</DataTemplate>
</ListView.ItemTemplate>
</ListView>
Commands
<Button Command="{Binding Add}" />
Events
Events
• PropertyChanged
• CollectionChanged
• CanExecuteChanged
Properties
• INotifyPropertyChanged
• PropertyChanged
Collection
• INotifyCollectionChanged
• CollectionChanged
Commands
• ICommand
• CanExecute
• CanExecuteChanged
Summary
Xamarin
• C#
• Native
• Visual Studio
• Designer
Xamarin Forms
• Cross-platform Natively Backed UI
• XAML
• 2-way Binding
• Data Templating
MVVM
• Separation of Presentation and Presentation Logic
• 2-way Binding
• Testability
• Property, Collection, Command
• PropertyChanged, CollectionChanged, CanExecuteChanged

More Related Content

Viewers also liked (13)

PDF
디자이너 없어도 괜찮아! (feat.Material Design Guide)
GDG Korea
 
PDF
GKAC 2014 Nov. - Android Wear 개발, 할까요 말까요?
GDG Korea
 
PDF
GKAC 2015 Apr. - RxAndroid
GDG Korea
 
PDF
GKAC 2014 Nov. - RxJava를 활용한 Functional Reactive Programming
GDG Korea
 
PDF
GKAC 2015 Apr. - 테스트 코드에서 코드 커버리지까지
GDG Korea
 
PDF
Best Practices in Media Playback
GDG Korea
 
PDF
FIrebase를 이용한 호우호우 미니게임 만들기
GDG Korea
 
PPTX
Reinfocement learning
GDG Korea
 
PDF
안드로이드 데이터 바인딩
GDG Korea
 
PDF
Introduce Android TV and new features from Google I/O 2016
GDG Korea
 
PPTX
Android - Preventing common memory leaks
Ali Muzaffar
 
PDF
Android : How Do I Code Thee?
Viswanath J
 
PPT
Inside the Android application framework - Google I/O 2009
Viswanath J
 
디자이너 없어도 괜찮아! (feat.Material Design Guide)
GDG Korea
 
GKAC 2014 Nov. - Android Wear 개발, 할까요 말까요?
GDG Korea
 
GKAC 2015 Apr. - RxAndroid
GDG Korea
 
GKAC 2014 Nov. - RxJava를 활용한 Functional Reactive Programming
GDG Korea
 
GKAC 2015 Apr. - 테스트 코드에서 코드 커버리지까지
GDG Korea
 
Best Practices in Media Playback
GDG Korea
 
FIrebase를 이용한 호우호우 미니게임 만들기
GDG Korea
 
Reinfocement learning
GDG Korea
 
안드로이드 데이터 바인딩
GDG Korea
 
Introduce Android TV and new features from Google I/O 2016
GDG Korea
 
Android - Preventing common memory leaks
Ali Muzaffar
 
Android : How Do I Code Thee?
Viswanath J
 
Inside the Android application framework - Google I/O 2009
Viswanath J
 

Similar to GKAC 2015 Apr. - Xamarin forms, mvvm and testing (20)

PPTX
Getting started with Xamarin forms
SolTech, Inc.
 
PPTX
Mobile development strategies with MVVM
James Montemagno
 
PPTX
Dia 4.1 mvvm cross
Hernan Zaldivar
 
PDF
Mvvm Pattern in Xamarin - MvvmCross and Xamarin.Forms
Leaware.com
 
PDF
XAML Development with Xamarin - Jesse Liberty | FalafelCON 2014
FalafelSoftware
 
PDF
MvvmCross Introduction
Stuart Lodge
 
PDF
MvvmCross Seminar
Xamarin
 
PPTX
Building xamarin.forms apps with prism and mvvm
Mike Melusky
 
PPTX
MVVM ( Model View ViewModel )
Ahmed Emad
 
PPTX
C# everywhere - Building Cross-Platform Apps with Xamarin and MvvmCross
Flavius-Radu Demian
 
PPTX
C# everywhere - Building Cross-Platform Apps with Xamarin and MvvmCross
Flavius-Radu Demian
 
PPTX
Build Cross Platform Mobile Apps for iOS & Android with Xamarin & MvvmCross
Ishai Hachlili
 
PPTX
Introduction to Xamarin
Michael Ridland
 
PDF
Cross platform mobile development with visual studio and xamarin
Ibon Landa
 
PPTX
Adopting MVVM
John Cumming
 
PDF
Xamarin Forms - Noob to master - Week 2
Charlin Agramonte
 
PPTX
MvvmCross
ross.dargan
 
PPTX
MVVM frameworks - MvvmCross
Flavius-Radu Demian
 
PPTX
Introduction to Xamarin.Forms and Lessons Learnt
Michael Ridland
 
PDF
How Xamarin Is Revolutionizing Mobile Development
MentorMate
 
Getting started with Xamarin forms
SolTech, Inc.
 
Mobile development strategies with MVVM
James Montemagno
 
Dia 4.1 mvvm cross
Hernan Zaldivar
 
Mvvm Pattern in Xamarin - MvvmCross and Xamarin.Forms
Leaware.com
 
XAML Development with Xamarin - Jesse Liberty | FalafelCON 2014
FalafelSoftware
 
MvvmCross Introduction
Stuart Lodge
 
MvvmCross Seminar
Xamarin
 
Building xamarin.forms apps with prism and mvvm
Mike Melusky
 
MVVM ( Model View ViewModel )
Ahmed Emad
 
C# everywhere - Building Cross-Platform Apps with Xamarin and MvvmCross
Flavius-Radu Demian
 
C# everywhere - Building Cross-Platform Apps with Xamarin and MvvmCross
Flavius-Radu Demian
 
Build Cross Platform Mobile Apps for iOS & Android with Xamarin & MvvmCross
Ishai Hachlili
 
Introduction to Xamarin
Michael Ridland
 
Cross platform mobile development with visual studio and xamarin
Ibon Landa
 
Adopting MVVM
John Cumming
 
Xamarin Forms - Noob to master - Week 2
Charlin Agramonte
 
MvvmCross
ross.dargan
 
MVVM frameworks - MvvmCross
Flavius-Radu Demian
 
Introduction to Xamarin.Forms and Lessons Learnt
Michael Ridland
 
How Xamarin Is Revolutionizing Mobile Development
MentorMate
 
Ad

More from GDG Korea (7)

PDF
접근성(Accessibility)과 안드로이드
GDG Korea
 
PDF
Tensorflow 101
GDG Korea
 
PDF
Building Extraordinary Apps with Firebase Analytics
GDG Korea
 
PDF
GKAC 2014 Nov. - 안드로이드 스튜디오로 생산성 올리기
GDG Korea
 
PDF
GKAC 2014 Nov. - 그루비로 안드로이드 앱 개발하기
GDG Korea
 
PDF
GKAC 2014 Nov. - The Beautiful Design Collection 살펴보기
GDG Korea
 
PDF
GKAC 2014 Nov. - 안드로이드 5.0의 새로운 기능
GDG Korea
 
접근성(Accessibility)과 안드로이드
GDG Korea
 
Tensorflow 101
GDG Korea
 
Building Extraordinary Apps with Firebase Analytics
GDG Korea
 
GKAC 2014 Nov. - 안드로이드 스튜디오로 생산성 올리기
GDG Korea
 
GKAC 2014 Nov. - 그루비로 안드로이드 앱 개발하기
GDG Korea
 
GKAC 2014 Nov. - The Beautiful Design Collection 살펴보기
GDG Korea
 
GKAC 2014 Nov. - 안드로이드 5.0의 새로운 기능
GDG Korea
 
Ad

Recently uploaded (20)

PDF
ESUG 2025: Pharo 13 and Beyond (Stephane Ducasse)
ESUG
 
PPTX
UI5con_2025_Accessibility_Ever_Evolving_
gerganakremenska1
 
PPTX
API DOCUMENTATION | API INTEGRATION PLATFORM
philipnathen82
 
PDF
Introduction to Apache Iceberg™ & Tableflow
Alluxio, Inc.
 
PPT
Brief History of Python by Learning Python in three hours
adanechb21
 
PDF
Ready Layer One: Intro to the Model Context Protocol
mmckenna1
 
PDF
How to get the licensing right for Microsoft Core Infrastructure Server Suite...
Q-Advise
 
PPTX
BB FlashBack Pro 5.61.0.4843 With Crack Free Download
cracked shares
 
PDF
AI Image Enhancer: Revolutionizing Visual Quality”
docmasoom
 
PPTX
Transforming Lending with IntelliGrow – Advanced Loan Software Solutions
Intelli grow
 
PDF
Odoo Customization Services by CandidRoot Solutions
CandidRoot Solutions Private Limited
 
PDF
chapter 5.pdf cyber security and Internet of things
PalakSharma980227
 
PDF
Infrastructure planning and resilience - Keith Hastings.pptx.pdf
Safe Software
 
PDF
Optimizing Tiered Storage for Low-Latency Real-Time Analytics at AI Scale
Alluxio, Inc.
 
PPTX
TexSender Pro 8.9.1 Crack Full Version Download
cracked shares
 
PDF
Virtual Threads in Java: A New Dimension of Scalability and Performance
Tier1 app
 
PDF
Notification System for Construction Logistics Application
Safe Software
 
PDF
Show Which Projects Support Your Strategy and Deliver Results with OnePlan df
OnePlan Solutions
 
PDF
Windows 10 Professional Preactivated.pdf
asghxhsagxjah
 
PDF
SAP GUI Installation Guide for Windows | Step-by-Step Setup for SAP Access
SAP Vista, an A L T Z E N Company
 
ESUG 2025: Pharo 13 and Beyond (Stephane Ducasse)
ESUG
 
UI5con_2025_Accessibility_Ever_Evolving_
gerganakremenska1
 
API DOCUMENTATION | API INTEGRATION PLATFORM
philipnathen82
 
Introduction to Apache Iceberg™ & Tableflow
Alluxio, Inc.
 
Brief History of Python by Learning Python in three hours
adanechb21
 
Ready Layer One: Intro to the Model Context Protocol
mmckenna1
 
How to get the licensing right for Microsoft Core Infrastructure Server Suite...
Q-Advise
 
BB FlashBack Pro 5.61.0.4843 With Crack Free Download
cracked shares
 
AI Image Enhancer: Revolutionizing Visual Quality”
docmasoom
 
Transforming Lending with IntelliGrow – Advanced Loan Software Solutions
Intelli grow
 
Odoo Customization Services by CandidRoot Solutions
CandidRoot Solutions Private Limited
 
chapter 5.pdf cyber security and Internet of things
PalakSharma980227
 
Infrastructure planning and resilience - Keith Hastings.pptx.pdf
Safe Software
 
Optimizing Tiered Storage for Low-Latency Real-Time Analytics at AI Scale
Alluxio, Inc.
 
TexSender Pro 8.9.1 Crack Full Version Download
cracked shares
 
Virtual Threads in Java: A New Dimension of Scalability and Performance
Tier1 app
 
Notification System for Construction Logistics Application
Safe Software
 
Show Which Projects Support Your Strategy and Deliver Results with OnePlan df
OnePlan Solutions
 
Windows 10 Professional Preactivated.pdf
asghxhsagxjah
 
SAP GUI Installation Guide for Windows | Step-by-Step Setup for SAP Access
SAP Vista, an A L T Z E N Company
 

GKAC 2015 Apr. - Xamarin forms, mvvm and testing