MvvmCross + ActionBarCompat (v7 Support)
If you are using MvvmCross (if you aren’t you should) then you might notice that there is no official MvxActionBarActivity to use. This is sad because if you are using the new Support v7 Library [https://components.xamarin.com/view/xamandroidsupportv7appcompat] then this will be a must. I am sure Stuart is going to add this or create a NuGet for it, but you can do it today by creating 2 new classes. Since MvxActivity [https://github.com/MvvmCross/MvvmCross/blob/162a816d148df224df0b8f635aeafe3…
James Montemagno