Xamarin Form Tutorial - 7.Model-View - ViewModel

preview_player
Показать описание

The Model-View-ViewModel (MVVM) architectural pattern was invented with XAML in mind. The pattern enforces a separation of the XAML user interface (the View) from the underlying data (the Model) through a class that serves as an intermediary between the View and the Model (the ViewModel). The View and the ViewModel are often connected through data bindings defined in the XAML file. The BindingContext for the View is usually an instance of the ViewModel.

Xamarin,
Xamarin Form,
Android,
iOS,
UWP,
Windows 10,
Programing,
xamarin,
Xamarin,
Xamarin Form,
Android,
iOS,
UWP,
Windows 10,
Programing,
Рекомендации по теме
Комментарии
Автор

Its a great video, congratulations! Please, how to create view just using cs file? Not Xaml. And how binding with the ViewModel in this case.

wagnerdossantos
visit shbcf.ru