在 Android 应用程序中显示 Picasa 相册

发布于 2024-09-29 21:05:00 字数 549 浏览 1 评论 0原文

我想在我的 Android 应用程序的网格视图中显示 picasa 相册。我有要从中加载相册的相册的用户名/密码+相册 ID。

我尝试通过 gdata 库实现此功能,但 eclipse 在以下语法中的第 2 行给出错误:

PicasawebService myService = new PicasawebService("exampleCo-exampleApp-1");
myService.setUserCredentials("[email protected]", "mypassword");

我还在代码中添加了 gdata 库。以下是名称:

gdata-photos-2.0
gdata-client-1.0

知道我做错了什么吗?或者请建议任何已经实现此功能的教程。

请帮忙!!

I want to show picasa album in a grid view in my android app. I have the username/password + album id of the album from which i want to load the album.

i tried implementing this via gdata library but eclipse is giving an error on line2 in following syntax:

PicasawebService myService = new PicasawebService("exampleCo-exampleApp-1");
myService.setUserCredentials("[email protected]", "mypassword");

I have also added gdata libraries in my code. Following are the names:

gdata-photos-2.0
gdata-client-1.0

Any idea what i am doing wrong? OR Please suggest any tutorials who has implemented this.

Please help!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文