I am new to xamarin.forms, I am developing a multiple page app(Android, iOS, windows) that has a common design on most of the pages.
The .net framework has masterpage concept, is it available in Xamarin.forms as well?
Also whats the best coding style for Xamarin.forms? I have read it should be MVVM architecure. I have never used MVVM architecture. So if possible can anyone help me understanding MVVM in Xamarin.forms.