Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

#Model-View-ViewModel (MVVM) Sample#

Area Games: Data Management Submitted 12/16/2010 Code Sample


Download the Model-View-ViewModel Sample

The Model-View-ViewModel (MVVM) design pattern is a great way to separate the data from the user interface in your application. This sample demonstrates a simple MVVM application that uses XAML binding to connect the Views to the Model. The application in this sample is a “game tracker” in which the user can keep track of their achievements in a video game. This sample also uses a custom data converter, maintains page state when navigating to and from the application, and saves application data to isolated storage.

For more information, see Implementing the Model-View-ViewModel Pattern in a Windows Phone Application.

Download Size Description
modelviewviewmodelsample.txt 0.00MB This sample demonstrates a simple MVVM application that uses XAML binding to connect the Views to the Model.