c# - Xamarin.forms Masterpage and MVVM Concept -


i new xamarin.forms, developing multiple page app(android, ios, windows) has common design on of pages.

the .net framework has masterpage concept, available in xamarin.forms well?

also whats best coding style xamarin.forms? have read should mvvm architecure. have never used mvvm architecture. if possible can me understanding mvvm in xamarin.forms.

mvvm microsoft pattern can see here: https://en.wikipedia.org/wiki/model%e2%80%93view%e2%80%93viewmodel or google away.

xamarin forms xaml isn't wpf xaml aware differences occur.

this blog post goes through mvvm pattern xamarin forms app, using mvvm light. http://www.xamarinhelp.com/14-days-to-building-an-enterprise-quality-xamarin-forms-app/

its huge topic point in right direction. further questions asked can little more specific question bit broad.


Comments