CHAPTER 2

image

Implementing the View

The main objective of following the MVVM design pattern is to provide separation between what an application looks like (the user interface look and feel), and how the application acts on user actions (implementing the business logic and integrating with the data source). After creating a blank XAML Windows 8 application in Chapter 1, we need to define the presentation layer of the FinanceHub application. The View represents the definition of the applications’ user interface in MVVM design pattern. This chapter will focus on how the application looks, so we will be mainly focusing on the following points with minimal ...

Get Windows 8 MVVM Patterns Revealed: covers both C# and JavaScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.