My Book
-
Recent Posts
Archives
- January 2019
- May 2017
- April 2017
- January 2017
- November 2016
- October 2016
- July 2016
- June 2016
- May 2016
- April 2016
- February 2016
- December 2015
- November 2015
- April 2015
- March 2015
- November 2014
- September 2014
- July 2014
- June 2014
- January 2014
- November 2013
- October 2013
- September 2013
- June 2013
- March 2013
- January 2013
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- November 2011
- October 2011
- July 2011
- May 2011
- April 2011
- January 2011
- November 2010
- October 2010
- September 2010
Categories
- Android
- Auto Layout
- Books
- CocoaTouch
- Debugging
- Genetic Algorithms
- Interface Builder
- iOS 6
- iOS Programming for .NET Developers
- iOS7
- iOS8
- Jobs
- MacBook Pro
- MonoTouch
- Networking
- Objective-C
- Streaming Media
- Sustainable Coding
- Swift
- Thoughts
- Tic-tac-toe
- Tips and Tricks
- Two Letters
- UICollectionView
- UITableView
- Uncategorized
- User Experience
- XCode 3
- Xcode 4
Meta
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