C# To Go: Version 1.2 Released

Version 1.2 of C# To Go is now live in the Android Market. I also submitted the update to Amazon’s Android marketplace for approval, with any luck that will go through soon as well.

READ MORE

Tags: , ,

NYC Code Camp 6: Mobile Apps

Headed to the NYC Code Camp this weekend? The official mobile app for the camp is now available for Android, iOS and Windows Phone 7!

READ MORE

C# To Go: Version 1.1 Released

This is going to be a short and sweet post. I just wanted to announce that version 1.1 of C# To Go is now live in the Android Market. The update has also been submitted to Amazon’s Android marketplace for…

READ MORE

Introducing C# To Go: a C# Compiler for Android

If you follow me on Twitter (or the #monodroid hashtag), you might have seen some posts from me lately about progress on my new Android app, C# To Go. I’ve been cranking away on it in hopes of getting it…

READ MORE

Using Background Threads in Mono For Android Applications

When writing applications one thing to always keep in mind is that you should never block the UI thread. This makes for a poor user experience, and on Android you get the dreaded Application Not Responding dialog if there’s no…

READ MORE