I’m published!

My Windows Phone 7 application is finally published.  RouteStats allows you to track your common driving routes and builds statistics about the travel time and time of day.  I got the idea from driving to work every day and wondering which way was best.  It’s a simplistic feature set at this point but I have …

I’m published! Read More »

WP7 – Sharing data between pages with MVVM

Since the start of my WP7 app, I have leveraged IOC (specifically Ninject) to fill dependencies on my ViewModels following the MVVM Light samples.  To briefly summarize, I have an app level resource called Locator which provides properties for each of my ViewModels.  These properties get the instance from the IOC container.  Locator:     public …

WP7 – Sharing data between pages with MVVM Read More »

WP7 – How many files does it take to crash IsolatedStorage? (more than you think)

I’ve attended several WP7 training events now and have heard that we can store as much data in isolated storage as the phone can hold.  Apps are not constrained to an arbitrary fixed amount or percentage of phone space.  But how many files can it hold?  Regardless of file size, I figure the phone file …

WP7 – How many files does it take to crash IsolatedStorage? (more than you think) Read More »