It seems like I'm not the first, but I do not find anything that helps. I am new to Android and want to start creating a simple photo-sharing application (three tabs: camera, gallery and upload to Picasa). Unfortunately, the Google Data APIs for Java do not run on Android, and I did not find a good tutorial for the new Google Data APIs . I also could not get a sample of Android Picasa to run: Eclipse complains about a build path error, but it does not show what exactly is wrong.
I am looking for a simple tutorial on using Picasa with Android. Anyone has some kind of "middleware classes" between the old and new APIs that you can use. How do I fix the buildpatj problem to run the sample, or how can I import external JARs into my Android project in general?
source
share