MonoTouch Articles - Latest entries in our MonoTouch Articles section.
MonoTouch Article - Anatomy of a c# iPhone app with MonoTouch
Craig Dunn (@conceptdev) has been a bit quiet on the blogging front but explains why in this entry. He's been working on a book as well as the MIX10 app which is now live on the app store. People have been asking for the source for this app and even though the MIX10 source isn't available Craig points us to two earlier versions of the conference app where sourcecode is available (on github) and links to some of the source Miguel worked on for the MIX10 app. He also provides screen shots and class diagr...
MonoTouch Article - Creating a very simple MonoTouch application without Interface Builder
Paulio (@pauliom) is blogging about his monotouch experience and that's good news for the community as the more content that's out there the better :). In this entry Paulio talks about Craig Dunn's (@conceptdev) approach to not using Interface Builder and writes a simple example to show how he has done it.
MonoTouch Article - How to use different views with a PageControl in MonoTouch
Another entry from Paulio (@pauliom). This one is a how to article that shows how to use different views with a PageControl in MonoTouch.
iPad Article - iPad Application Design
This entry by Matt Legend Gemmell is not specific to MonoTouch or Objective-C for that matter. It's not about iPad APIs (as he wouldn't be able to talk about them yet :)) either. What it is about is a good analysis about iPad Application Design and what you should think about while working away on the first killer third-party app to appear on the iPad (built using MonoTouch naturally ;) ). Worth a read if you are thinking about developing for the iPad.
MonoTouch Article - Profiling Your MonoTouch Application
Beginning with MonoTouch 1.5 / 2.0 the MonoTouch team have introduced initial support for integrating with Apple Shark and Apple Instruments.   The profiling support is limited to the device but it is a great start! This page is on their site and provides more information about the profiling features.
MonoTouch Article - UITableViewController by example
This is the second in a series of 3 controller-by-example articles. In this article the UITableViewController is covered, including the following topics: UITableViewDataSource and UITableViewDelegate Creating a Settings view with a UITableViewController and Checkmarks The various inbuilt styling capabilities of the UIKit tables Sections The basics of making tables editable so you can delete and re-order rows. A download solution is included.
MonoTouch Article - Vici CoolStorage - ORM on MonoTouch made simple
Philippe Leybaert writes a blog post comparing SQLite access using Objective-C, MonoTouch on it's own and then finally SQLite access via Vici CoolStorage.
MonoTouch Article - Simplified User Interfaces on the iPhone with MonoTouch.Dialog
Miguel writes a blog post showing the power of MonoTouch.Dialog a project he and others have been working on at github. At the core of the iPhone UI lies the UITableView, a powerful table rendering widget that is used by pretty much every application on the iPhone. The UITableView is a powerful widget that can render its data in many different ways based on how you configure the widget, these are all variations of the UITableView. MonoTouch.Dialog helps speed up the process and write less code by letti...
source: tirania.org
MonoTouch Article - UIGestureRecognizer using MonoTouch
When implementing touch and gesture based interaction in your application, for example the swipe effect, prior the iPhone SDK 3.2 (BETA) you had to handle the TouchesMoved, TouchesBegan, TouchesEnded and TouchesCancelled events and handle the location of the finger and last location and so on, based on the quality of the algorithm it worked or not. With the new SDK and with the great support from MonoTouch team, it current latest alpha version of MonoTouch implements the UIGestureRecognizer and UIGestur...
MonoTouch Article - UINavigationController by example
The first in a series of 3 articles about programmatically adding (XIB-less) Controllers in Monotouch. This article covers Adding a UINavigationController ViewDidLoad, ViewWillAppear, ViewDidAppear Adding controls (Views) to the first controller Hiding the back button Replacing the toolbar Going straight to a controller in the stack Removing a controller from the stack
Previous 1 2 3 4 5 6 7 8 9 10 ... 13 14 Next