I am currently creating my own Google Reader iPhone app, similar to the successful Reeder for iPhone app, but with a full Twitter client built-in.
I have finished the Twitter client, and now I am trying to start the Google Reader client. I looked through several documents and looked at the gdata-object-client samples, but I still can’t figure out what I need to do to perform the same functionality as Reeder.
Basically, I want the user to be able to submit a login screen. The user then passes on their credentials and access token, and all this is done behind the scenes, as is the case with Twitter xAuth. Then I want to click on a view controller that displays a UITableView with all the current unread channels. When the user clicks on the UITableViewCell, a detailed view containing the contents of the messages is accordingly displayed.
Is this possible, and if so, how can I implement these functions? I would appreciate it if people posted “snippets of code” and actually demonstrated how they achieve implementation.
Thanks in advance!
EDIT: I was informed that the Google engine is not needed. However, the question remains the same. How to implement the Google Reader application in my application?
source
share