iPhone 中使用 GData 的 Picasa
我必须为 iPhone 实现 Picasa 客户端。在这方面我几乎没有什么疑问。 api 现在已弃用吗?如果我现在仍然实施它们怎么办?我在哪里可以找到有关相同内容的良好教程。我对实施谷歌数据一无所知。我也是 iPhone 开发的新手。我还发现有几页说没有足够的文档。我必须从头开始实施 Picasa,所以请指导我。 谢谢和问候
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从学习一般的 iPhone 编程开始;有很多这方面的书籍,例如 Conway &希尔加斯。
一旦您熟悉了 iPhone 上的 Cocoa Touch 开发,您就可以使用 GData Objective-C库以访问 Picasa 网络相册上的相册和照片。该库包含一个示例照片应用程序,展示如何使用 Picasa 网络相册 API浏览、下载和上传照片和视频。
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.