MonoTouch.Info - Entries tagged with Tip
MonoTouch Article - Building apps for the Retina Display
Miguel writes an entry about the lessons he learned while developing the app TweetStation.
source: tirania.org
MonoTouch Article - MonoTouch SQLite Performance Tip
MonoTouch SQLite Performance Tip DataReaders are the fastest ways to access data in .Net, and most MonoTouch SQLite tutorials use them to access SQLite data using the following syntax...
MonoTouch Article - Tip - Converting a UIImage to a ByteArray
Chris Hardy has started to blog a series of Monotouch Tips. This is the first one and he shows how to convert a UIImage to a ByteArray. This is something he has needed to do while working with web services in MonoTouch and he thought he would pass on the tip. Thanks!