Yudhistre
Yudhistre

Reputation: 107

Simple Picasa image upload code example

I have done extensive searching but I have found no piece of code that anyone has done showing how to choose an Image from the Android gallery (that's the easy part) and have it uploaded to a default Picasa album (what I need).

Anyone have android java code that can help?

Upvotes: 1

Views: 2509

Answers (1)

Matthias
Matthias

Reputation: 240

This class seems to do exactly what you need (in particular the run() method): http://code.google.com/p/picasaphotouploader/source/browse/trunk/src/com/android/picasaphotouploader/ImageUploader.java

Upvotes: 1

Related Questions