Reputation: 256
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
Upvotes: 1
Views: 2469
Reputation: 3158
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!
Upvotes: 2