Reputation: 107
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
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