| MonoTouch Sample - SQLite "Corporate Phonebook" - Part 2
Craig Dunn updates his Corporate Phonebook sample. The update incorporates the custom UITableViewCell from Simon. The UITableView now shows name and department in each cell and a disclosure indicator was also added. It also now handles RowSelected and uses OpenUrl to call and email. As always source has been provided to help the rest of us learn. Thanks!
The first entry for this sample can be found here.
source: conceptdev.blogspot.com
|
| MonoTouch Sample - MonoTouch for Monospace (a conference app)
Another sample from Craig Dunn. This is one sample you can actually use (if you can deploy it to your phone) as it provides information about Monospace. The app gives the user:
Conference schedule (day/session/detail views)
Speakers (list/detail)
Access to the monospaceconf blog
Access to @monospace_conf's stream on Twitter
A map of the conference location
On top of that he gives you the source code so you can learn from it and a handy class diagram.
Thanks Craig!
source: conceptdev.blogspot.com
|
| MonoTouch Sample - MonoTouch "Roget's 1911 Thesaurus"
Another great post by Craig!
This sample was inspired by Roget’s Hierarchical Thesaurus in a Silverlight App. I highly recommend you check out the Silverlight Thesaurus 'visualization' as it will give you some idea about why it seemed like a good match for the iPhone UINavigationController (ie. a hierarchy). The fact that it's not a uniform depth just makes the problem more interesting.
This entry shows some of the reasons why MonoTouch can add value if you are a .NET developer (re-use of cod...
source: conceptdev.blogspot.com
|
| MonoTouch Sample - Exploring MonoTouch with Tripy - Part 1
Learn MonoTouch with Tripy, a vacation/trip organizer. This is an ongoing project so there will be regular updates as I progress.
The following features are included:
3 (table)views are available (list of trips, overview of a trip, details of a trip item)
use of UINavigationController
different examples to wire up a table view to its UITableViewDataSource and UITableViewDelegate, this also includes a custom UITableViewController
custom UITableViewCell created in Interface Builder
dummy data (no...
source: blog.hill-it.be
|
| MonoTouch Article - Setting an image background on a UITableView
Mike Bluestein writes a blog entry detailing how to set a background image on a UITableView so that the background doesn't scroll with the table view.
source: mikebluestein.wordpress.com
|
| 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.
source: ksheffield.com
|
| 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!
source: simon.nureality.ca
|
| MonoTouch Video - MonoTouch meet UITableView
A blog post by Simon where he shows you how to build an app with a UITableView. This is the most common control most applications make use of so it is great to have an introductory video to help you get started.
source: simon.nureality.ca
|
| 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.
source: sabonrai.wordpress.com
|




