I wanted to get some feedback before I jumped into this. I am interested in making my Android Application upload my SQLite database to Google Spreadsheet. I have gotten some mixed feedback from several people so I wanted to make sure I am going in the right direction.
Should I use Google API Java Client, or more specifically Google Documents List API to create a spreadsheet and then Google Spreadsheet API to add and edit data in the spreadsheet. Is this is the right approach for what I am doing? If so, are you aware of some useful sample code?
I would really appreciate someones guidance in this matter. If something in my question is unclear, please ask.
Cheers, George