I started building an application on Xamarin Studio using Prism with Xamarin.Forms. My problem is that I cannot find the code snippet as an example of MasterDetail navigation inside the application.
Each time I go to the page, it just displays a new view on top of the previous main view. Is there an example somewhere or instructions on how to use switchable views to achieve master navigation using a prism on xamarin? I found some prismatic examples for windows applications, but nothing special for xamarin forms.
Thanks in advance and sorry for the general question.
source
share