Skip to content

Instantly share code, notes, and snippets.

View followthatleader's full-sized avatar

Andrew Leader followthatleader

View GitHub Profile
@followthatleader
followthatleader / Fragments.cs
Last active September 21, 2017 14:56
Presenters in MvvmCross: Navigating Android with Fragments (Greg Shackles)
// Greg's awesome article had broken syntax highligting, leading to unreadable code :( So I fixed it up here,
// putting it on a Gist for myself and for others. Here's the original article:
// http://www.gregshackles.com/presenters-in-mvvmcross-navigating-android-with-fragments/
// First let's quickly set up the basic app essentials here, starting with the view models:
using Cirrious.MvvmCross.ViewModels;
namespace PresenterDemo.Core.ViewModels
{