views:

27

answers:

1

Hi, 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 the scratch so plz guide me. Thanx and regards

+1  A: 

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.

grobbins
thanx, i m working on my iphone programming. but isnt there any other blog or tutorial which will explain stepwise
sole007
For the Google APIs including Picasa Web Albums, look for the links to the Overview Slides and Introduction at http://code.google.com/p/gdata-objectivec-client/
grobbins