Picasa in iPhone using GData
i have to implement Picasa client for iPhone. I have few queries in that regards. Are the api deprecated now? What if I still implement them now? Where can I find good tutorial on the same. I don't know anything about implementing google data. Also I am a newbie for iPhone development. Also I came across a few pages which said that there in not enough documentation on the same. I have to implement Picasa from th开发者_StackOverflow社区e scratch so plz guide me. Thanx and regards
Start by learning general iPhone programming; there are numerous books for that, such as Conway & Hillegass.
Once you are comfortable with Cocoa Touch development on the iPhone, you can use the GData Objective-C library to access albums and photos on Picasa Web Albums. The library includes a sample photos application showing how to use the Picasa Web Albums API to browse, download, and upload photos and videos.
精彩评论