This sample shows:
- some fab new features which make the 3.0.5 nuget packages even easier to use
- how to add ICommand's to ViewModel's
- how to bind ICommand's to Buttons in WinRT, WP, Droid and Touch
- how to add multiple view models
- how to add multiple views in WinRT, WP, Droid and Touch
- how to navigate between views/view models
The finished code is in: https://github.com/slodge/NPlus1DaysOfMvvmCross/tree/master/N-05-MultiPage
The video of the action is:
Wasn't quite up to my normal speed today - sorry, will type quicker but will talk slower again next time :)
Now we're up and running, if you have any other feedback or requests, please put them on comments here or on Xamarin forums.
If you have technical questions, then StackOverflow please :)
It's good to be back!
Previously in N+1:
- N=0 - a first application - http://slodge.blogspot.co.uk/2013/04/n0-first-mvvmcross-application-n1-days.html
- N=1 - tip calc - including the Android Designer and using IoC -http://slodge.blogspot.com/2013/04/n1-tipcalc-second-example-adding-ioc.html
- N=2 - Kittens - lists and tables - N=2: Lists and Kittens (N+1 days of MvvmCross)
- N=3 - Kitten Cells on iPhone - http://slodge.blogspot.co.uk/2013/04/n3-kitten-cells-on-iphone-n1-days-of.html
- N=4 - ValueConverters - http://slodge.blogspot.co.uk/2013/04/n4-valueconverters-n1-days-of-mvvmcross.html