| MonoTouch Sample - MonoTouch port of TDBadgedCell
I recently wanted to add an 'item count' to a UITableView in one of my iPhone/iPad projects and thought it would be nice to match the grey/encircled 'badge' used in the Mail application.
Happily, I found (via The Unofficial Apple Weblog) that Tim Davies had the same idea and already done the hard work, albeit in Objective-C. Tim's code for TDBadgedCell is on github as is the MonoTouch/C# port: TDBadgedCellSharp. Both produce the same output.
source: conceptdev.blogspot.com
|
| MonoTouch Article - UITableView and SQLite Using Monotouch
This entry presents a sample application that uses a UITableView and SQLite to display data stored in a SQLite database. This application will log blood pressure samples and display them in a UITableView created by the user.
source: www.softwareinteractions.com
|
| 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 App - Artnotes - Current Source Code
ArtNotes is an app I'm currently working on, soon to be released on to the App Store. Helping you manage images and photos, there's integrated geo-tagging and viewing of image locations on the map. There's currently basic Flickr integration to allow searching for more images as well as importing from the iPhone's library and camera.
It's currently a work in progress, with lots of ideas in the queue, including import / export albums, Flickr synchronization and a revamped UI.
The interface is written alm...
source: artnotesdev.wordpress.com
|
| MonoTouch Article - Fun with Monotouch and Multi-Level Table Views without Interface Builder
Kevin McMahon writes an entry that covers creating a multi-level table view without using Interface Builder. He's based his work from his experiences with the content generated by the MonoTouch Community. This is a fairly detailed post and also links to a project showing an implementation (which is always appreciated :)).
source: blog.kevfoo.com
|
| MonoTouch Article - Fast Scrolling a UITableView in Monotouch
Mike Bluestein writes a blog post about a port he did of a fast scrolling example done in Objective-C. This shows you how you can enable fast scrolling in your applications (the main thing to note is CustomTableViewCell.DrawContentView). He also provides a link to the source.
source: mikebluestein.wordpress.com
|
| MonoTouch Article - Downloading images like the AppStore app in less than 50 lines with CoreAnimation Transitions!
Simon writes another blog entry covering Project-D which shows how to dynamically load images over the web and have them render nicely into place when the download is complete like the Apple AppStore app. He even shows the code that achieved this.
source: simon.nureality.ca
|
| MonoTouch Video - Deleting cells from a UITableView with MonoTouch
This screencast shows the end-to-end process of how to create a simple iPhone application with MonoTouch. The application displays data in a table, and gives the user the ability to delete cells from the table.
The application consists of a UINavigationController, a UITableViewController and of course some UITableViewCells which can be deleted from their containing table.
source: www.alexyork.net
|
| 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
|




