I have started building an app on Xamarin Studio using Prism with Xamarin.Forms. My issue is that I can\'t seem to find a snippet of code as an example of MasterDetail navig
Check out the sandbox sample that is in the Prism repo.. It's actually quite simple.
https://github.com/PrismLibrary/Prism/tree/master/Sandbox/Xamarin/HelloWorld
You just have to call navigate from your MasterDetilPage ViewModel. This will set the Detail page accordingly.