MonoTouch.Info - Entries tagged with Database
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.
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.