Using Google Docs and Google Spreadsheet APIs for Android

gtdevel picture gtdevel · Jun 20, 2011 · Viewed 15.7k times · Source

I am planning on using the Google Documents List, and Google Documents Spreadsheet API's for uploading a database from my app to a spreadsheet online and then editing it.

I just wanted to know if these API's would be the right approach for using Google docs as an online storage space for the data that I have collected in my app.

I was hoping that I could just get feedback from some of you who might have experience with this.

The links for both API's are listed below:

http://code.google.com/apis/documents/

http://code.google.com/apis/spreadsheets/

Thanks in advance!

Answer

ddewaele picture ddewaele · Jun 20, 2011

For accessing Google APIs on the android platform, the Google APIs Client Library for Java is the way to go.

It includes sample apps for the Documents and Spreadsheet APIs.