Entries in UITableView (3)

Tuesday
Mar232010

UITableView and SQLite Using Monotouch

In this article I will present a sample application that uses UITableView and SQLite to display data stored in a SQLite database. This application will log and display in a UITableView blood pressure samples created by the user. It will store the date and time, the systolic and diastolic values and the pulses per minutes. This is a port of the application created in this article.

Click to read more ...

Thursday
Mar112010

iPhone TableView Control and Monotouch

In this article I explore the Monotouch development experience and port the application written in this blog post. I will show in detail the development of such application and compare the development experience from a .Net c# developer point of view (see About Me).

Click to read more ...

Sunday
Feb072010

UITableView and Core Data

In this article I will present a sample application that uses UITableView and core data to display data stored in a SQLite database. This application will log and display in a UITableView, blood pressure samples created by the user. It will store the date and time, the systolic and diastolic values and the pulses per minutes. The following images show the data collection and the main tableView screens.

Click to read more ...