Entries in iPhone SDK (4)

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 ...

Tuesday
Nov032009

iPhone TableView control

Smart phones popularity have increased since the introduction of the iPhone. The iPhone SDK and the Android SDK are by far the most compelling mobile platforms in the mobile space. In this article I explore the most common control on the iPhone.

Click to read more ...