开发者

Android, how to pull images from a photosharing site

I am trying to pull images from a URl of a photosharing site like Picasa. I would like to be able to define a URL and enable swipe fun开发者_如何学运维ctionality to switch through the different photos. Any ideas?


If Photosharing site like Picasa provides web service, You will have to go through their documentation as to see how to construct the url,

Genrally response will be in the form of XML or JSON, parse it to get image urls, Then in Android code, use the images in Gallery view or view flipper.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜