Home > iphone-news-reader

iphone-news-reader

Iphone-news-reader is a project mainly written in Objective-C, it's free.

iPhone Application Development using Cocoa Touch and Objective-C

/ Copyright(c) 2011 Hrishikesh Paranjape [email protected] http://www.github.com/hrishikeshparanjape /

RSS Reader iPhone application

  1. iPhone application using Cocoa Touch and Objective-C

  2. Used Yahoo! news feeds API to extract top 5 news feeds relevant to the keyword sample Yahoo! API query: "http://search.yahooapis.com/NewsSearchService/V1/newsSearch?[params]"

API Specifications can be found at "http://search.yahooapis.com/NewsSearchService/V1/newsSearch"

  1. Additional features/functionalities of the app i. Graphical animations- flip the screen when a news feed is selected ii. persistance- previous news search query is stored and opened when the next time app is started

  2. Apologies for uncommented code