Getting started with Windows Phone and MVVM Light - Part 2 of 2
CodeProject In Part 1, we covered the following: Creating the application* Connecting the View and the View-Model* Adding an additional View or PagePart 2 we'll see how to add a button on the first page to navigate to the second page which will cover navigation and messaging to complete the application and although basic, will give a rather decent start to create and publish your first Rubber Ducky application. If you need the code, you can get it here. Let’s start by opening MainPage.xaml. You should see the following image here: Add a button by dragging it on to the design surface or adding the following code, it doesn’t matter where, just somewhere within the content...