Hi I have built a app using mvvmcross in ios using a custom container / controller and was wondering if there was something similar in android where I have a main view/activity with a defined layout and i push views inside a container on that view and keep navigation. I guess its similar to viewgroup. Mainly the purpose of this is to have the same layout on all views/activities, I am currently using a header xml file that is included in the view but was wondering if there is a better way of doing it.
Cheers