1

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

wkdshot
  • 256
  • 1
  • 6
  • 18

1 Answers1

2

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!

The Kraken
  • 3,158
  • 5
  • 30
  • 67