SlideShare a Scribd company logo
Xamarin Forms, MVVM and Testing
Speaker
Xamarin Forms, MVVM and Testing
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
Xamarin Forms, MVVM and Testing
Xamarin
Xamarin Forms, MVVM and Testing
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
Xamarin Forms, MVVM and Testing
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
Xamarin Forms, MVVM and Testing
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

PDF
How Xamarin Is Revolutionizing Mobile Development
PPT
Developing Cross-platform Native Apps with Xamarin
PDF
Top reasons why to choose xamarin for mobile app development
PDF
Xamarin Platform
PDF
Xamarin the good, the bad and the ugly
PPTX
Cross platform development with c# and xamarin
PDF
State of Union: Xamarin & Cross-Platform .NET in 2016 and Beyond
PDF
Mobile Cross-Platform App Development in C# with Xamarin
How Xamarin Is Revolutionizing Mobile Development
Developing Cross-platform Native Apps with Xamarin
Top reasons why to choose xamarin for mobile app development
Xamarin Platform
Xamarin the good, the bad and the ugly
Cross platform development with c# and xamarin
State of Union: Xamarin & Cross-Platform .NET in 2016 and Beyond
Mobile Cross-Platform App Development in C# with Xamarin

What's hot (20)

PDF
Native i os, android, and windows development in c# with xamarin 4
PPTX
Getting Started with iOS & Android Development Using Xamarin & Visual Studio
PPTX
Introducing mono & xamarin
PPTX
Cross-Platform Mobile App Development
PPTX
Highlights from the Xamarin Evolve 2016 conference
KEY
Cross Platform Development with Xamarin
DOCX
Reason why app development company choose xamarin for cross platform
PPTX
Xamarin cross platform
PPTX
Xamarin Forms: O caminho para 100% de código compartilhado em aplicativos móveis
PPTX
Xamarin Open House talk - Sela Group - Ofir Makmal
PPTX
Say hello to Xamarin 3
PPTX
Designing mobile applications with xamarin
PDF
Cross platform apps using Xamarin
PPTX
Xamarin overview droidcon.tn
PPTX
Introduction to Xamarin
DOCX
Cordova vs xamarin vs titanium
PPTX
Native Mobile Apps, Xamarin, and PhoneGap
PPTX
Cross Platform Mobile Development with C# and Xamarin
PPTX
Mobile Enterprise Success with Xamarin and IBM
PPTX
Getting Started with Xamarin App Development
Native i os, android, and windows development in c# with xamarin 4
Getting Started with iOS & Android Development Using Xamarin & Visual Studio
Introducing mono & xamarin
Cross-Platform Mobile App Development
Highlights from the Xamarin Evolve 2016 conference
Cross Platform Development with Xamarin
Reason why app development company choose xamarin for cross platform
Xamarin cross platform
Xamarin Forms: O caminho para 100% de código compartilhado em aplicativos móveis
Xamarin Open House talk - Sela Group - Ofir Makmal
Say hello to Xamarin 3
Designing mobile applications with xamarin
Cross platform apps using Xamarin
Xamarin overview droidcon.tn
Introduction to Xamarin
Cordova vs xamarin vs titanium
Native Mobile Apps, Xamarin, and PhoneGap
Cross Platform Mobile Development with C# and Xamarin
Mobile Enterprise Success with Xamarin and IBM
Getting Started with Xamarin App Development
Ad

Viewers also liked (11)

PPTX
Real world apps with Xamarin and MVVM
PPTX
Even Quicker Development with Xamarin Forms Using Telerik UI for Xamarin
PPTX
JavaScript Task Runners - Gulp & Grunt
PDF
Remote Agile Software Teams: Worth the Risk?
PPTX
Continuous integration and delivery with Xamarin and VSTS
PPTX
Xamarin forms Xaml + C#
PDF
Xamarin Forms in Action
PPTX
Xamarin Forms - Dev In University
PPTX
Xamarin forms
PDF
Agile Software Development with Remote Teams
PDF
Agile Trends und Benchmarks 2013
Real world apps with Xamarin and MVVM
Even Quicker Development with Xamarin Forms Using Telerik UI for Xamarin
JavaScript Task Runners - Gulp & Grunt
Remote Agile Software Teams: Worth the Risk?
Continuous integration and delivery with Xamarin and VSTS
Xamarin forms Xaml + C#
Xamarin Forms in Action
Xamarin Forms - Dev In University
Xamarin forms
Agile Software Development with Remote Teams
Agile Trends und Benchmarks 2013
Ad

Similar to Xamarin Forms, MVVM and Testing (20)

PPTX
Xamarin - Beyond the Basics
PPTX
Community day mvvmcross
PPTX
Hybrid Mobile Development
PPTX
Xamarin Forms
PDF
Lecture 08 Xamarin
PPTX
Cross-Platform Mobile Development using Visual Studio and Xamarin
PPTX
Cross platform mobile development with xamarin and office 365
PPTX
Xamarin workshop
PPTX
Getting started with ComponentOne Studio for Xamarin
PPTX
Xamarin Cross-Platform with Xamarin.Form, MvvmCross
PPTX
Xamarin介紹
PDF
Visual studio + Xamarin == Love
PDF
Introduction to Mobile Development with Xamarin -DotNet Westide
PDF
Visual studio + Xamarin equals love
PDF
Smau Milano 2016 - Erica Barone e Lorenzo Barbieri, Microsoft
PPTX
C# everywhere - Building Cross-Platform Apps with Xamarin and MvvmCross
PDF
[Bdotnet] Cloud connected mobile apps
PPTX
.NET Fest 2018. Михаил Галушко. Искусственный интеллект на платформе Xamarin
PPTX
Cross platform app dev with xamarin forms
PPTX
Build Cross Platform Mobile Apps for iOS & Android with Xamarin & MvvmCross
Xamarin - Beyond the Basics
Community day mvvmcross
Hybrid Mobile Development
Xamarin Forms
Lecture 08 Xamarin
Cross-Platform Mobile Development using Visual Studio and Xamarin
Cross platform mobile development with xamarin and office 365
Xamarin workshop
Getting started with ComponentOne Studio for Xamarin
Xamarin Cross-Platform with Xamarin.Form, MvvmCross
Xamarin介紹
Visual studio + Xamarin == Love
Introduction to Mobile Development with Xamarin -DotNet Westide
Visual studio + Xamarin equals love
Smau Milano 2016 - Erica Barone e Lorenzo Barbieri, Microsoft
C# everywhere - Building Cross-Platform Apps with Xamarin and MvvmCross
[Bdotnet] Cloud connected mobile apps
.NET Fest 2018. Михаил Галушко. Искусственный интеллект на платформе Xamarin
Cross platform app dev with xamarin forms
Build Cross Platform Mobile Apps for iOS & Android with Xamarin & MvvmCross

More from Gyuwon Yi (11)

PPTX
Event sourcing spring camp 2017.public
PPTX
Why you always fail with tdd
PPTX
CQRS - Show me the code
PPTX
CQRS
PPTX
프로그래밍, 설계 그리고 패턴
PPTX
VSTS와 Azure를 이용한 팀 프로세스 관리
PPTX
Azure를 이용한 Join 없는 글로벌 분산 시스템 설계하기
PPTX
Unit testing
PPTX
Reactive Model-View-ViewModel Architecture
PPTX
Introduction to IoC Container
PPTX
Introduction to TPL
Event sourcing spring camp 2017.public
Why you always fail with tdd
CQRS - Show me the code
CQRS
프로그래밍, 설계 그리고 패턴
VSTS와 Azure를 이용한 팀 프로세스 관리
Azure를 이용한 Join 없는 글로벌 분산 시스템 설계하기
Unit testing
Reactive Model-View-ViewModel Architecture
Introduction to IoC Container
Introduction to TPL

Recently uploaded (20)

PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Encapsulation theory and applications.pdf
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Empathic Computing: Creating Shared Understanding
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
Spectroscopy.pptx food analysis technology
PPTX
sap open course for s4hana steps from ECC to s4
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
cuic standard and advanced reporting.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Encapsulation_ Review paper, used for researhc scholars
Encapsulation theory and applications.pdf
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm
Empathic Computing: Creating Shared Understanding
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Spectroscopy.pptx food analysis technology
sap open course for s4hana steps from ECC to s4
NewMind AI Weekly Chronicles - August'25 Week I
cuic standard and advanced reporting.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
20250228 LYD VKU AI Blended-Learning.pptx
Understanding_Digital_Forensics_Presentation.pptx
Network Security Unit 5.pdf for BCA BBA.
Advanced methodologies resolving dimensionality complications for autism neur...

Xamarin Forms, MVVM and Testing