在 Android 应用程序中显示 Picasa 相册
我想在我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论