MonoTouch.Info - Entries tagged with C#
MonoTouch Video - Getting started with MonoTouch
This is a new high quality screencast from Brent Schooley at http://codesnack.com. Since some of the concepts of developing for the iPhone platform will be foreign to the .NET developer, I thought it would be a good idea to create a screencast that eased them into the process. The screencast walks through installing MonoTouch and implementing Hello iPhone. Core Interface Builder concepts will be covered in detail.
MonoTouch Video - Writing your First IPhone application in C# using MonoTouch
Entry from Falafel TV: Writing your first MonoTouch application in C# for the IPhone framework using MonoDevelop and the IPhone 3.x SDK. Introductory video with some good comments. Looking forward to the future videos mentioned in this introductory video.
MonoTouch Article - Info.plist and Default.png
Craig Dunn posts an article letting you know how to control the "Splash screen" for your iPhone/iPod Touch application. He also describes Info.plist and some of the options it gives you.
iPhone Event - IPhone Boot Camp for .NET developpers
This event is not specific to MonoTouch but serves as an introduction to iPhone development for .NET developers over 2 days. Things covered: Introduction to XCode Introduction to Objective-C Object-Orientation in Objective-C Handling User Interaction Working with iPhone User Interface Controls Working with Table Views Persisting Data Interacting with other iPhone applications Location: Montreal Marriott® Chateau Champlain 1050 de la Gauchetiere West Montreal, Quebec H3B 4C9 Date: November 23-24,20...
MonoTouch Video - Creating a UITabBarController Application
Here is a link to the main blog post : This provides links to both videos plus a link to a MonoDevelop template that you can use! This is a detailed video approximately 18 minutes long that walks you through the creation of a UITabBarController Application using MonoTouch. This is the second video of a two part series created by Brent Schooley that shows the UITabBarController Application being built in Objective-C with Xcode (Part 1 can be seen by clicking here) and and C# with MonoTouch and MonoDevel...
MonoTouch Sample - Recreating the Awesome UrbanSpoon UI Effect
Martin Bowling writes a blog post about recreating the UrbanSpoon UI Effect with MonoTouch. Not only does he write about it but he also makes the source code available and embeds a video showing an example. Great post!
Monotouch Article - Sectioned UITableViews
A blog post by Kevin Sheffield covering sectioned UITableViews. He wanted to get a UITableView working the way they do in Contacts with the vertical bar on the right side of the screen providing navigation to a certain section in the list (in the case of Contacts and this example, first letter of the word) and shows you how to do that in this article.
MonoTouch Event - Monospace - October 27 - 30 2009
2 Days of Tutorials + 2 Days of Open Space for $249. This event covers various topics but one of particular interest is the session iPhone Development with MonoTouch. The event is in Austin Texas so if you are in the area it seems worth the trip!
source: monospace.us
MonoTouch Article - Let’s build a custom UITableViewCell
Another blog post from Simon. This one represents the most detailed MonoTouch article to date. He walks you through the process of creating a project and creating a custom UITableViewCell. Great job!
MonoTouch Sample - SQLite "Corporate Phonebook"
Another post by Craig Dunn. This post is based on a contribution by Frank Krueger who posted the SQLClient.cs code to the MonoTouch mailing list. The code is released to the public domain for you to re-use. This is a simple application using that library: it lists 'employees' from an SQLite database and allows you to call or email them: Please note that this sample may not adhere to iPhone user interface guidelines.