Pinpointing error when using Design-Time ViewModels with MVVM Light on Windows Phone
SuppressDraw in mixed XNA / Silverlight projects on Windows Phone
How to freeze drawing in the mixed XNA / Silverlight model for Windows Phone
XML serialization in the Silverlight / XNA template for Windows Phone 7.1
Problems with XML deserialization on Windows Phone in the Silverlight / XNA template
Manipulating Isolated Storage on Windows Phone 7
Some helper code to get you started with Isolated Storage on Windows Phone
Setting a background image on a PreferenceActivity
How to create a PreferenceActivity with a background image on Android
Windows Phone Marketplace pass 15000 apps
Windows Phone celebrate 6 months by breaking 15000 app barrier
Problems connecting Eclipse to Android emulator
How to restore contact between Eclipse and the Android emulator from within Eclipse
Microsoft increase free apps for free
Microsoft raises bar for free app submissions
XNA Error loading content, file not found
I started a new project for Windows Phone 7 today, my first XNA project. After a bit of twiddling with a level generating algorithm I decided I wanted to do my first drawing on the screen.
Using AlertDialog as popup notifier
When using the AlertDialog you don’t have to define a xml layout for it, so that way it’s less code to implement compared to a PopupWindow. But it also means it’s not as flexible of course.