This is simply a PSA as I spent 10 minutes today scratching my head why my Property Change notification was not being fired when I edited some text boxes in a WP7 application. I knew my binding was setup because the values in my ViewModel we showing up in my View, but when I would make a change...
When building out phone applications real estate is at a premium. If you need to provide any type of edit content on the screen you either need to make the decision to only allow a few edit boxes to remove the need for scrolling or allow for scrolling. In this post We will take a look at how we...
One of the great new little features which is part of Windows Phone 7 is the ability to create and add an application bar to your application. This application bar can contain images, menu items or both. And creating them is dead simple. In this post I thought we would walk through how to setup an application...