Wednesday, May 29, 2013

N=24 - a SplitViewPresenter - N+1 Days of MvvmCross

As a first step in talking about custom presenters, I created N=24 - a splitview sample.


This sample shows how to create a presenter which allows the same Views and ViewModels to be used in different ways on the iPhone and iPad:






The video is at:




A slide deck for custom presenters is:




The code is on: https://github.com/slodge/NPlus1DaysOfMvvmCross/tree/master/N-24-Split



If you want to see more N+1 videos, then please see the full and fabulous index on http://mvvmcross.wordpress.com/

2 comments:

  1. Sweet - these are gonna help a lot, it would have taken me ages to figure it out from the slides!
    When I finish my little project, I'm gonna do a tutorial of my own featuring Google Endpoints, RestSharp and an Access .mdb routine that I'm particularly proud of :0

    ReplyDelete
  2. I've created a plugin following the video pattern to get a multicontrol navigation without having to create your own presenter https://github.com/ChristianRuiz/MvvmCross-ControlsNavigation

    ReplyDelete