Monthly Archives: October 2010

Gradually becoming competent at Apple programming

I have been chipping away at Objective-C, Cocoa, CocoaTouch, and MonoTouch for the past few weeks.  Using MonoTouch at work has given me a false sense of confidence about my ability to write iPhone applications on the native platform. For … Continue reading

Posted in Books | 7 Comments

Displaying a video on the iPad using MonoTouch

I had trouble finding a good tutorial about showing a video on the iPad in a MonoTouch application.  After digging through lots of semi-helpful posts online, I finally figured out how to do it.  This blog post is intended to … Continue reading

Posted in MonoTouch | 4 Comments

Using UINavigationController in MonoTouch

This blog post is a walkthrough for setting up an iPhone application that uses UINavigationController to move between two screens. It shows how to use MonoDevelop and Interface Builder to create the application. MonoTouch is Novell’s implementation of the .NET … Continue reading

Posted in Interface Builder, MonoTouch | 6 Comments