I am hoping to do something like the image above, using MvvmCross, Xamarin Forms and Native Views. The image is for demonstration purpose, the actual UIs are more complicated. I have looked into the MvvmCross Playground project, as well as the source codes for the presenters (i.e. MvxForms[Ios||Android]ViewPresenter and MvxFormsPagePresenter). I created a custom presenter from the MvxForms[Ios||Android]ViewPresenter and tried to show the native view (view controller/fragment) as a navigation page, but I was not successful. Any help or suggestion will be greatly appreciated.
Apologize in advance if this question is a duplicate. I did a fair amount of searching, but could not find exactly what I was looking for.
Thanks in advance!!!