MonoTouch.Info - Entries tagged with Rss
MonoTouch Video - Building an IPhone RSS Reader Application using MonoTouch
This is a detailed video created by Rajesh Kanaparti where he builds an iPhone Rss Reader. He also offers the source code to help others get started. From his blog post: I love C# and is my primary choice. Having coded in objective C for couple of months, its lot easier to code in C# and one can be very productive and can use all the good features of C#. For example in this tutorial I have used Linq to XML to parse the feeds. Download the sourcecode here.
MonoTouch Article - UINavigationController with MonoTouch - Building a simple RSS reader - Part 2
This is the second part of a two-part tutorial showing you how to create a simple RSS Reader application for the iPhone using C# and MonoTouch. The application will use a UINavigationController to navigate back and forth between a news list (in a UITableView) and a second view showing more details about the news article that the user selects.
MonoTouch Article - UINavigationController with MonoTouch - Building a simple RSS reader - Part 1
This is the first in a two-part tutorial showing you how to create a simple RSS Reader application using C# and MonoTouch. We are going to be using a UINavigationController in our app, which will show some news stories in a UITableView, and in part 2 we will navigate forward to a details view when the user selects an item.