SlideShare a Scribd company logo
Adapting View Models as a Means For
Sharing User Interface Code Between OS X
and iOS
Dileepa Jayathilake
SATURN 2013
Background
Problem Identification
Solution Overview
Implementation
Discussion
Conclusion
Product for both OS
X and iOS
With a significant
part in common
How to reuse code
maximally?
Adapting View Models as a Means For Sharing User Interface Code Between OS X and iOS
Is it possible to
share UI code?
Adapting View Models as a Means For Sharing User Interface Code Between OS X and iOS
View Models
implement
common part
of UI
View Models
are shared
View hooks into
View Model
Controllers
hold platform
specifics
Bidirectional
bindings are
platform-specific
View Models contain view data and common UI behavior
Models are exposed to Views through View Models
1
2
Common &
Platform-specific
components of the
solution
Proof of
Concept:
Book Store
Application
Use of the solution in Book Store
application
Advantages
• Improved code reuse
• Better readability
• Better Separation of
View Logic
• Enhanced testability
Concerns
• Framework class usage
• Bi-directional bindings
CONCLUSION
View Models combined with traditional
MVC can improve code reuse
significantly while providing other
advantages for applications targeting
both OS X and iOS.
QUESTIONS

More Related Content

PDF
9 reasons why angular js web development should be your choice in 2020
PPTX
Seminar 3 software_engineering
DOC
Lab view core 3 outline
PDF
Savanna365 Overview Presentation
PDF
Changing successfully: Adapting your interface over time
PPTX
light tree
PPT
Light tree
PPT
Brain computer interface
9 reasons why angular js web development should be your choice in 2020
Seminar 3 software_engineering
Lab view core 3 outline
Savanna365 Overview Presentation
Changing successfully: Adapting your interface over time
light tree
Light tree
Brain computer interface

Similar to Adapting View Models as a Means For Sharing User Interface Code Between OS X and iOS (20)

PDF
GitHub halp app - Minimizing platform-specific code with MVVM - Justin Spahr-...
PPT
Deep Dive Xamarin.iOS
PPTX
iOS Architecture
PPTX
Build Cross Platform Mobile Apps for iOS & Android with Xamarin & MvvmCross
PDF
Xcode4 userguide Apple
PDF
Understanding iOS from an Android perspective
PPTX
iOS Coding Best Practices
PDF
Building Your First iOS App with Xamarin for Visual Studio
PPTX
Xamarin.Mac Introduction
PDF
PDF
Models used in iOS programming, with a focus on MVVM
PDF
Session 7 - Overview of the iOS7 app development architecture
PPTX
Mobile App Architectures & Coding guidelines
PDF
How I Accidentally Discovered MVVM
PPT
ios basics
PPTX
Cross Platform Mobile Development with Xamarin
PPTX
MVC and app mutations
PPT
Compare android vs_i_os
PDF
Ui design patterns
PDF
iOS Development Survival Guide for the .NET Guy
GitHub halp app - Minimizing platform-specific code with MVVM - Justin Spahr-...
Deep Dive Xamarin.iOS
iOS Architecture
Build Cross Platform Mobile Apps for iOS & Android with Xamarin & MvvmCross
Xcode4 userguide Apple
Understanding iOS from an Android perspective
iOS Coding Best Practices
Building Your First iOS App with Xamarin for Visual Studio
Xamarin.Mac Introduction
Models used in iOS programming, with a focus on MVVM
Session 7 - Overview of the iOS7 app development architecture
Mobile App Architectures & Coding guidelines
How I Accidentally Discovered MVVM
ios basics
Cross Platform Mobile Development with Xamarin
MVC and app mutations
Compare android vs_i_os
Ui design patterns
iOS Development Survival Guide for the .NET Guy
Ad

More from Dileepa Jayathilake (7)

PPTX
Practical insights into fuzzy logic
PPTX
A framework for building web sites that are friendly to visually impaired
PPTX
Tips for writing effective business case studies
PPTX
Towards structured log analysis
PPTX
A software monitoring framework for quality verification
PPTX
Research : A practical definition and a guideline
PPTX
A Novel Mind Map Based Approach for Log Data Extraction
Practical insights into fuzzy logic
A framework for building web sites that are friendly to visually impaired
Tips for writing effective business case studies
Towards structured log analysis
A software monitoring framework for quality verification
Research : A practical definition and a guideline
A Novel Mind Map Based Approach for Log Data Extraction
Ad

Recently uploaded (20)

PDF
Approach and Philosophy of On baking technology
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
A comparative study of natural language inference in Swahili using monolingua...
PPTX
Tartificialntelligence_presentation.pptx
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
1. Introduction to Computer Programming.pptx
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Heart disease approach using modified random forest and particle swarm optimi...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Mushroom cultivation and it's methods.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Machine learning based COVID-19 study performance prediction
Approach and Philosophy of On baking technology
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Unlocking AI with Model Context Protocol (MCP)
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
A comparative study of natural language inference in Swahili using monolingua...
Tartificialntelligence_presentation.pptx
Digital-Transformation-Roadmap-for-Companies.pptx
1. Introduction to Computer Programming.pptx
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Accuracy of neural networks in brain wave diagnosis of schizophrenia
Per capita expenditure prediction using model stacking based on satellite ima...
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Heart disease approach using modified random forest and particle swarm optimi...
Building Integrated photovoltaic BIPV_UPV.pdf
Mushroom cultivation and it's methods.pdf
Encapsulation_ Review paper, used for researhc scholars
Machine learning based COVID-19 study performance prediction

Adapting View Models as a Means For Sharing User Interface Code Between OS X and iOS