开发者

android get picasa image URLs

开发者 https://www.devze.com 2023-03-11 11:41 出处:网络
We are working on an application that needs / wants to act like the stock Gall开发者_StackOverflow中文版ery app in that it shows images from the SD card, as well as images from picasa.

We are working on an application that needs / wants to act like the stock Gall开发者_StackOverflow中文版ery app in that it shows images from the SD card, as well as images from picasa.

I realize I could obtain credentials from the user / use oauth / whatever, then access the picasa web service API, and so on. however, I'm wondering if there's any shortcut. requiring the user to log in to picasa each time they fire up the app is a real downer. even asking for the creds one time makes people worry.

any ideas?


You can request permission to use the Google account using the AccountManager API. See What should I use Android AccountManager for? for more details on this.

0

精彩评论

暂无评论...
验证码 换一张
取 消