By Peter Daukintis I decided to explore the Service Locator pattern to implement handling of the busy indicator. This involves considering the busy indicator as a service which can be called upon by the view model. Again it is implemented…
Category: Windows Phone 7
Windows Phone 7, MVVM and TDD (Part 3 – LoginCommand)
by Peter Daukintis Now, to support the login functionality I will add a password property in exactly the same way (test first) as the username text property from part 2 (http://babaandthepigman.spaces.live.com/blog/cns!4F1B7368284539E5!237.entry). Also I will supplement the tests with tests to…
Windows Phone 7, MVVM and TDD (Part 2 – The first test)
by Peter Daukintis First, I will create a new project in Visual Studio using the MVVM Light project templates (MVVM Light is not a requirement really it just makes the implementation of MVVM less repetitive – any compatible MVVM framework…
Windows Phone 7, MVVM and TDD (Part 1 – Introduction)
by Peter Daukintis Before jumping into Windows Phone 7 development I need to define some ideas about a baseline architecture so I have a clear development direction to move in. This series of posts will document my thinking in this…