My Artilcle on the UITableView with MonoTouch and the iPhone/iOS is now online

My article on the UITableView in the iPhone/iOS with MonoTouch is now available online. Hopefully it is of value to you.

Article overview:

Data is what makes applications go. It could be a Twitter search, a running game score where you are playing against your friends, sales data, or any other type of data that users want to base decisions on. In this article, we're going to look at presenting tabular data to users in a UITableView. The UITableView has a number of visually attractive default styles that you can use. After we're done looking at these, we'll look at creating a custom UITableView layout. Along the journey, we'll look at some optimizations we can do that will give the user an improved experience. After we're done with this, we'll look at some strategies to get at various data sources, such as Representational State Transfer (REST), Windows Communication Foundation (WCF), SQL Server, and the on-board SQLite database.

If you are wondering what MonoTouch is, check out http://xamarin.com/monotouch. It’s a great tool for .NET developers looking to get into iPhone development.

No Comments