This is the code used in my talk at Raleigh Code Camp. The slides are located at https://slidesource.com/p/TRVDHD8FYZXQ.
Unfortunately, this git repo is not laid out in a logical manner for browsing - it was more meant for my use during the talk. To get to relevant points during the talk, use tags to navigate.
This is the initial setup with projects for all platforms and MvvmCross installed on each.
FirstViewModel created, but no bindings set up in the views.
List view completed on all platforms (with bindings).
MovieViewModel created, but no additional bindings set up in the views.
Detail view completed on all platforms (with bindings).