Louis
Louis

Reputation: 11

Where can I find a Client for the Google Docs Data API for Android?

I have downloaded google-api-java-client libraries from here .

I also have downloaded picasa-android-sample.

There is an Object called PicasaClient in picasa-android-samplewhich is used to login and access data.

I have found a DocsClient from here. But it doesn't look like an Object I can use like PicasaClient.

Could you please tell me where I can find something like DocsClient which works like PicasaClient.

Even better if someone can kindly tell me where I can find a sample code for using Google Docs on Android.

Thank you very much.

Upvotes: 1

Views: 264

Answers (1)

esteewhy
esteewhy

Reputation: 1310

Check out My Tracks app source. It has both document and spreadsheet row manipulation example. Source code isn't particularly elegant and reusable per se, but contains some useful hints for communicating with GDocs.

Upvotes: 1

Related Questions