CROSS PLATFORM DEVELOPMENT WITH MVVM CROSS By Ken Tucker.

Slides:



Advertisements
Similar presentations
Windows Windows Phone Azure … and WakeUpAndCode.com.
Advertisements

Native iOS, Android and Windows Development Microsoft | Xamarin.
Real world Windows Phone development Igor
Windows 8.1 Windows Phone 8.1 … and WakeUpAndCode.com.
Every company is a software company “CIOs will measure the impact of their business technology agenda based on the impact on the consumer – and not.
James Montemagno Developer Evangelist, Xamarin Developing Native iOS, Android, and Windows Apps in C# with Xamarin.
© 2014 HL7 ® International. Licensed under Creative Commons. HL7 & Health Level Seven are registered trademarks of Health Level Seven International. Reg.
Agenda Unit Test Framework for the XAML app developer Automated end-user testing using Coded UI Test Q&A.
James Montemagno Developer Evangelist, Xamarin Developing Native iOS, Android, & Windows Apps with C#, Xamarin, and Visual Studio 2015.
Introducing Xamarin 2.0 Introducing Xamarin 2.0 Michael Hutchinson
Hot Tuna CROSS PLATFORM DEVELOPMENT WITH.NET, XAMARIN AND MVVMCROSS.
Title slide to be used at the start of a module. Developing Mobile Apps Roland Guijt
Windows Windows Phone Azure … and WakeUpAndCode.com.
Introduction to Mobile Programming. Slide 2 Overview Fundamentally, it all works the same way You get the SDK for the device (Droid, Windows, Apple) You.
Windows Windows Phone Azure … and WakeUpAndCode.com.
Introducing NativeScript [Pavel Kolev Software Telerik: a Progress company]
Developing Cross-Platform Applications with Visual Studio 2015
Developing Native iOS, Android, and Windows apps in C# with Xamarin
Developing Enterprise Mobile Apps with Xamarin Loren Horsager CEO, Mobile Composer.
Windows Phone 8 Tips & Tricks for Developers Sascha Corti, Microsoft Switzerland Technical Evangelist | techpreacher.corti.com.
Understanding Xamarin Development Matt
FIRST FLOOR SOFTWARE Experts in XAML. Visual Studio Industry Partner FIRST FLOOR SOFTWARE NEXT STEPS Contact us at: First.
CBI Platform Introduction: installation Jingxin Nie Medical Image Computing Lab Center for Biomedical Informatics The Methodist Hospital Research Institute.
Windows Windows Phone Azure … and WakeUpAndCode.com.
Using NativeScript to develop native apps for IOS and Android
Bridges to the Magickal Faerie Land of Windows 10 Hannes Nel M263.
Innovation Any app, any platform Openness.NET Core ASP.NET 5.
PHYLOGENETICS DATA INTERFACE KEVIN FLORIANJOSHUA ROWEERICA WRIGHT UPDATE.
Windows Phone 7 Mobile Code Camp The Why Why develop for Windows Phone 7 versus Droid or iPhone? It’s all relative to total app users. SDK and Environment.
04 |Sharing Code Between Windows 8 and Windows Phone 8 in Visual Studio Ben Riga
Friday, March 8 Creating real Custom Controls Kelvin van Geene 12:15.
Alec Tucker An Introduction to Cross Platform Native App Development using Xamarin to Develop, Test and Monitor MOB227.
Sage Franch | Technical Evangelist Susan Ibach | Technical Evangelist.
Vladimir Milev New Venture Software Sharing Code between WPF and Universal Apps.
/DEV/TM #1 Building Cross-Platform Apps with Xamarin and MvvmCross Flavius-Radu DEMIAN.
TEARING THE DOWN ing Jim Wooley Jim Wooley
Windows App Studio Windows App Studio is the tool that makes it fast and easy to build Windows 10 apps. It’s accessible from any device with a browser.
What is it all about? .NET MeetUp in Prague, CZ (2017/7/19)
Whats New Xamarin and VC++ with VS 2017
Xamarin Development with
Windows 8 + Windows Phone + cloud
Beginning of Xamarin for iOS development
Real world Windows Phone development
Introduction to Xamarin C# Everywhere
Cross Platform Development with Xamarin & Visual Studio 2013
Xamarin Studio Xamarin Curriculum for Xamarin Studio
Windows Azure Jeffrey Ferman Program Manager 3-006
Introduction to .NET Core
What is it all about? .NET MeetUp in Amsterdam, NL (2017/7/11)
Sviluppo mobile con Visual Studio OnLine
Microsoft Build /17/2018 2:10 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
.NET and .NET Core Foot View of .NET Pan Wuming 2017.
Office 365 Development.
Tooling and Diagnostics
ASP.NET 5 on .NET Core Damian Edwards Principal Program Manager.
What?   Accounts Accounts subscription Azure Pass Code Azure Pass Code.
What’s new for Windows 8 Devs Part 2
Microsoft Ignite /17/2019 6:00 PM
Build /23/2019 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Office 365 Development.
Mobile and Web Programming
Microsoft Office 4/3/2019 Deep Dive into native Universal App development with the Office 365 APIs Speaker name Title Microsoft Corporation © 2012 Microsoft.
Microsoft Developer Tour
04 | Apps and SharePoint Chris Johnson | SharePoint Guru
Sharing Code across Platforms with Visual Studio 2015
//Build 다시보기 나 발머 김영욱 부장 Microsoft Korea
Enterprise Developer Camp Jumpstart
A very brief introduction
11/11/2019 1:15 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Presentation transcript:

CROSS PLATFORM DEVELOPMENT WITH MVVM CROSS By Ken Tucker

GOALS OF PRESENTATION  Use mvvm cross, portable libraries to create an applications that run in windows store, windows phone, and android  Will be using visual studio 2013 and xamarian studio 2

ABOUT MVVM CROSS  Created by Steward lodge  Works with mono and.net

INSTALL MVVM CROSS  Adds android and ios to portable library platforms  Add image

PORTABLE LIBRARY LICENSE CHANGE  Portable libraries now support Xamarin.Android and Xamarin.IOS

START CODING  Create new solution 4 projects  Portable library shared code  Windows store  Windows phone  Android

CREATE VIEW MODEL IN PORTABLE LIBRARY  Added MVVM cross nuget packages use (Hot Tuna starter kit)  Create view model  Commands (MvxCommand)  Properties

WINDOWS PHONE APP  Add nuget packages  Register view models  Bind xaml

WINDOWS STORE APP  Add new nuget packages  Register view model  Bind xaml

ANDROID APP  Add references  Create ui  Delete activity  Fix axml file