I am making a simple apps for Android, This apps have some function: - Upload - Download - ShowAllFile

When i use Gdata, it's easy to make this function in Java

But Gdata didn't support Android.

Can anyone give sample code for GoogleDoc in Android which use google-api-java-clien ?

Best Regards

P/s: UPDATE: i can upload file

link|improve this question

71% accept rate
feedback

3 Answers

You should have a look at http://samples.google-api-java-client.googlecode.com/hg/picasa-atom-android-sample/instructions.html?r=default. This is a sample for Picasa, but GDoc is much the same.

link|improve this answer
feedback

Of course G-Data is supported in Android

On there you will find samples and a video with a presentation on how to access G-Data API on Android

link|improve this answer
I use Gdata to upload file without problem. But i cant download, or show all file of my account – ZuzooVn Feb 16 '11 at 3:17
Obviously i cannot see you source code. But this will help. If not ask another question with details about why your download failed. – Reno Feb 16 '11 at 3:23
my method download is ok in java, but when i use it in Android, it's not work! – ZuzooVn Feb 16 '11 at 7:41
2  
As far as I remember GData doesn't work on Android. We have to use googe-api-java-client. – Sana Mar 13 '11 at 3:51
@Reno - your first link is google-client-api main page, the second - sample with gdata-java-client. Going to gdata main page: code.google.com/p/gdata-java-client - it says: "Looking for a library that supports Android or JSON Google API's? Please instead use Google API Client Library for Java." ) – yetanothercoderu May 24 at 5:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.