Xamarin.Forms Features
Presented below is the list of features which MugenMvvm provides to Xamarin.Forms:
- Page navigation with usage of
Pageclass is supported. For instance, if you would match aPagewith a ViewModel, so after you callShowAsyncnavigation onPageof this type will be made. - Support of modal navigation for
Pageclass is implemented. - Binding through Xaml markup is supported. MugenMvvm provides
DataBindingExtensionclass andView.Bindattached property in order to work with bindings. In order to use binding on Xamarin.Forms one must add the next namepace inxmlfile:
xmlns:mugen="clr-namespace:MugenMvvmToolkit.Xamarin.Forms.MarkupExtensions;assembly=MugenMvvmToolkit.Xamarin.Forms.Binding"
Updated over 8 years ago
