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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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!