How do I interact with Google Docs from Android?

Rob S. picture Rob S. · Mar 2, 2011 · Viewed 17.1k times · Source

I'm interested in adding functionality to my application to read from and write to a google docs spreadsheet.

I've seen other Android applications do this but I'm having trouble figuring out how I would implement this functionality in my own apps.

Any information you could give me to at least get me started would be greatly appreciated.

Answer

Reno picture Reno · Mar 2, 2011

After reading about the Google docs api.

Read this : Java android client api for android

then take a look at a sample that uploads a document to google docs.