Visual Basic Windows Phone 7 Series: How to implement a model-view-viewmodel pattern in a Windows Phone application
Posted by: The Visual Basic Team,
on 28 Feb 2011 |
View original | Bookmarked: 0 time(s)
In our last post, I explained how to create a custom indeterminate progress bar application for Windows Phone 7. In this blog, I want to share a sample that will help you to implement a model-view-viewmodel pattern in a Windows Phone application. A model-view-viewmodel pattern is used to separate data from the user interface. This pattern allows the developers to code data models and the designers to create user interfaces. In this sample, I will demonstrate how to create a game tracker application...