Download presentation
Presentation is loading. Please wait.
Published byAlexandra Peters Modified over 9 years ago
1
CROSS PLATFORM DEVELOPMENT WITH MVVM CROSS By Ken Tucker
2
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
3
ABOUT MVVM CROSS Created by Steward lodge Works with mono and.net
4
INSTALL MVVM CROSS Adds android and ios to portable library platforms Add image
5
PORTABLE LIBRARY LICENSE CHANGE Portable libraries now support Xamarin.Android and Xamarin.IOS
6
START CODING Create new solution 4 projects Portable library shared code Windows store Windows phone Android
7
CREATE VIEW MODEL IN PORTABLE LIBRARY Added MVVM cross nuget packages use (Hot Tuna starter kit) Create view model Commands (MvxCommand) Properties
8
WINDOWS PHONE APP Add nuget packages Register view models Bind xaml
9
WINDOWS STORE APP Add new nuget packages Register view model Bind xaml
10
ANDROID APP Add references Create ui Delete activity Fix axml file
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.