开发者

Tutorial for uploading a photo from android

开发者 https://www.devze.com 2023-03-01 05:20 出处:网络
Hi there I\'m looking for tutorials to upload a photo from an android device to a service such as flickr or photobucket etc. Im not fussy!

Hi there I'm looking for tutorials to upload a photo from an android device to a service such as flickr or photobucket etc. Im not fussy!

(I mean code tutorials, not ho开发者_开发问答w to use my android device ;) )

Thanks, Rich


For Flickr, I would start exploring the Flickr API at http://www.flickr.com/services/api/. There is actually a dedicated wrapper for Android, called flickrj-android. This is built upon flickrj, which has extensive documentation and a good example for implementing calls into your Java code.

For Photobucket, start with exploring the public Photobucket API documentation.

Good luck!

0

精彩评论

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