如何在 Android 中显示 Picasa 相册库
我想在我的 Android 应用程序中显示 Picasa 图像。 我读过有关 PicasaWebService 的一些不兼容性的信息,因此我需要一种登录并获取要显示的图像列表的方法。
有人找到一些好的库/示例吗?
I would like to show Picasa images in my Android app.
I've read about some incompabilities with PicasaWebService so i need a way to login and get images list to show.
Has anyone found some good library/example?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果有人正在寻找答案。
使用 Picasa 网络相册 API 的 Android 示例。示例使用 OAuth 登录、创建和更新相册以及将照片上传到 Picasa 网络相册:
http://gdata-java-client.googlecode.com/svn/tags/2.2.1-alpha/sample/picasa/picasa-atom-android-sample/instructions.html
If anyones looking for an answer.
Android sample using Picasa web album API. Sample uses OAuth for login, creates and updates albums as well as uploading of photos to Picasa web album:
http://gdata-java-client.googlecode.com/svn/tags/2.2.1-alpha/sample/picasa/picasa-atom-android-sample/instructions.html