MonoTouch.Info - Entries tagged with MonoTouch
MonoTouch Video - MonoTouch doing some rich OpenGL graphics and animations
A blog post from Simon showcasing something another MonoTouch preview tester has built. It’s from Christian Beaumont from Foundation42 and it’s a pretty cool demo showcasing MonoTouch doing some rich OpenGL graphics and animations.
MonoTouch Article - iPhone - Asynch Http Web Request
A blog post by Wallace B. McClure takes some .NET code from Visual Studio and builds it with MonoDevelop. It runs perfectly on the simulator but Wallace points out that running on the simulator doesn't guarantee it will run on a physical iPhone or iPod Touch. This entry as the title suggests gives an example of using HttpWebRequest.
MonoTouch Article - MonoTouch Framework Class Diagram
Blog post by Craig Dunn - VisualStudio 2008 class diagram of MonoTouch.Foundation and MonoTouch.UIKit namespaces from MonoTouch Framework (using Silverlight DeepZoom). Please note you will need Silverlight installed in order to see this class diagram.
MonoTouch Article - UITableView
A blog post by Terry Westley. The goal of this post is to publish a simple example of using MonoTouch and C# to use a UITableView in an iPhone app. Though you can use Interface Builder with MonoTouch, this example shows how to use a UITableView programmatically.
MonoTouch Sample Code: Synchronous Web Request
A blog post by Terry Westley that gives an example of a program that performs a synchronous web request. Please do yourself and your IPhone users a favor: don’t use this technique except in a separate thread.
MonoTouch Library - Json.NET
Json.NET library makes working with JSON formatted data in .NET simple. Key features include a flexible JSON serializer to for quickly converting .NET classes to JSON and back again, and LINQ to JSON for reading and writing JS. According to redth seems to work on MonoTouch if you compile with PocketPC and SILVERLIGHT symbols.
MonoTouch Article - Settings.bundle
Property Lists (plist) and Bundles are probably so obvious to seasoned Mac/iPhone developers that they're not even worth mentioning, however for someone with a '100% .NET' background you can't take anything for granted. This blog entry is a quick guide that can help you get started.
MonoTouch Sample - "iSOFlair"
A sample MonoTouch application created by Craig Dunn. This blog post discusses the app, has pictures and links to the sample files. The app renders your stackoverflow.com score. His main goals were to play with WebClient, the 'filesystem' and then to get a multi-page/view app working with proper Settings (to configure the various stackoverflow variants).
MonoTouch Samples - Samples via the Mono Site
The MonoTouch team have some sample applications that they ported from CocoaTouch/Objective-C to MonoTouch. This page points to where you can get the samples.
MonoTouch Sample - Restaurant Bill Splitter
Craig Dunn creates a sample app using MonoTouch Beta. The restaurant bill splitter app is discussed in this blog post with images and the sample source available.