Some helper code to get you started with Isolated Storage on Windows Phone
Adventures in TFS
Having problems with checking in code in TFS
Setting a background image on a PreferenceActivity
How to create a PreferenceActivity with a background image on Android
C# Generic method – without Generics
Checking type information at runtime in C#
Problems connecting Eclipse to Android emulator
How to restore contact between Eclipse and the Android emulator from within Eclipse
Silverlight Toolkit updated
If you are a new Windows Phone developer and are impressed by all those small but oh so beautiful effects in the Windows Phone UI, it might be good to know that you can mimic that behaviour without coding it yourself.
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.
PopupWindow in Android
I need to display some data in a popup window in an Android app. After a brief search on the web I decided to go with the PopupWindow class.
There seems to be a lot of questions out on the web about how to solve this, so I thought I should post how I solved it.
How to enable Eclipse to phone apk deployment
I wanted to deploy my app to my HTC Desire to see what it looks like on a phone but it wasn’t quite as straight forward as I had hoped.
