What\'s the least painful and most size efficient way to use the Google Data APIs in an Android application?
After a few quick searches t seems that there is an andr
I also looked at the google-code project and the git repo. I steered away from the google-code project due to the apparent baggage that came along in required projects. I ended up creating custom implementations as necessary to adapt the standard java API. You can find a rough description of my solution in the android-developers group. It is 4 short, easily tested classes