WP7 – Testable Touch with MVVM
I have been working on my second application for the last two weeks and wanted to share some code. As stated before, I’m really enjoying the MVVM pattern and how it makes code more testable. I wasn’t sure that I would be able to test touch interaction with the phone but was able to work …