views:

80

answers:

0

This is not new topic, one about iPhone ( iPhone RSS Reader )

My purpose is to get some latest and useful info before my implementation for RSS reader in iPad.( same with iPhone , right ? only GUI difference ?)

Apple already provides TopSongs as example, which use native NSNetwork and XML parser etc.

ASIHttpRequest also provides good features to download RSS xml data and use cocoa-rss to parse it. Just like Reading RSS Feeds on iPhone/iPad with ASIHttpRequest and cocoa-rss

Search in github with rss, there are a lot projects around it.

So my questions may be like these:

  • 1). what is the best or popular open source projects for RSS reader for iPhone&iPad now ?

  • 2). The workflow can be simplified as network connection --> download --> parse xml --> display data, any real issues around this ?

  • 3). GoogleReader is just one common RSS reader example ? I mean, common rss reader also can be used to read google rss reader contents ?

Thanks for any other comments or suggest to help me learn more around this.