MonoTouch.Info - Entries tagged with Chris Hardy
MonoTouch Podcast - The Making of a Hanselminutes Open Source MonoTouch iPhone app with Chris Hardy
This week I chat with Chris "ChrisNTR" Hardy, an ASP.NET programmer by day who writes C# code for the iPhone by night. He took it upon himself to answer a tweet from me and write the beginnings of a "Hanselminutes iPhone Application." How did he do it?
MonoTouch Video - C# on the iPhone with MonoTouch by Chris Hardy
An overview of what's possible using Monotouch, Novell's new tool, to enable C# and .Net based applications for the iPhone and iPod touch. Find out what you need to start using Monotouch and how to create a sample application. If you have any questions on why you'd use this, what are the benefits and downsides of using Monotouch then this is your place!
source: vimeo.com
MonoTouch Sample - Hanselminutes Monotouch iPhone App
The Hanselminutes Monotouch iPhone app is an Open Source Monotouch project to build a iPhone application using C# and the .Net Framework Mono. The source is available via codeplex and this has contributed by Chris Hardy.
MonoTouch App - Great Fridays Xmas App on the AppStore - ChrisNTR
For our work Christmas Card this year, we decided to create a Xmas video for all to see (viewable here). To go along with the video we decided to create a iPhone app. This was a great way to play around with Monotouch and get a nice example of a Monotouch app up on the app store as well as to learn and understand the iPhone SDK and APIs. After a painless 10 day wait, the app was approved by Apple and is available to download on the App Store. Download the app here for free: http://itunes.apple.com/gb/...
MonoTouch Sample - Custom loading screen on Monotouch
Chris Hardy writes a quick blog entry (with link to the source) to give a little insight on how custom loading screens can be created.
MonoTouch Event - IV UgiAltNetConf - 23rd January 2010 - Italy
In Italy on the 23rd of January 2010? If you are then you may be interested in this Alt Net Conf event being held at Avanade Italy's Office: Avanade Milano via Lepetit 8/10 20124 Milano Speaker: Chris Hardy An overview of what's possible using Monotouch, Novell's new tool, to enable C# and .Net based applications for the iPhone and iPod touch. Find out what you need to start using Monotouch and how to create a sample application.
source: ugialt.net
MonoTouch Sample - Creating a FlipView with Monotouch
Chris Hardy writes a quick blog post with some sample code that offers you a way of flipping a view to another view which displays different information. Craig Dunn also wrote an entry which covered similar functionality here but it is nice to have more than one implementation to look at. This approach was inspired by work done by Phil Nash (Objective-C) for a recent presentation at DevDays in London.
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!