androidflickrphotobucketphoto-upload

Tutorial for uploading a photo from android


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 how to use my android device ;) )

Thanks, Rich


Solution

  • 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!