PROGRAMMING
MVVM in Windows Phone 8
MVVM in Windows Phone 8
Model-View-ViewModel (MVVM) design pattern defines three major components: Model, View and ViewModel: - Model: Business domain (logic related to the business of the application, entities, data access) - View: User interface (in Windows Phone – PhoneApplicationPage) - ViewModel: “The model of the View” – an abstraction of the View that facilitates the communication between the View and the Model