I want to create a activitygroup using mvvmcross and all its glory. But I can not find an example anywhere. With an Activity we use MvxActivity, but there is not a MvxActivityGroup.
The reason iam doing it, is because i want to have a tabbar with multiple activity groups so the tabbar is visible on all activities.
Any suggestions or links is highly appreciated
EDIT: Stuart gives a great answer as always and I give the cudos to him, however I ended up doing it differently. I used fragments, MvxTabsFragmentActivity and a custom presented. How to do it is shown in http://slodge.blogspot.dk/2013/06/n26-fragments-n1-days-of-mvvmcross.html Furthermore as I understands, activitygroup is decaprecated so it is runnning out of luck anyways.