Google Spreadsheet API Example for Google

I am looking for an example of writing Google Spreadsheet and adding rows to it with Android. All the examples that I have found so far are either out of date, but only include authentication, or only documents or tables with a listing (excluding any entries). Are you aware of any examples of creating a spreadsheet and adding rows to it?

+6
source share
3 answers

Here is the wrapper api for Android for Google api spreadsheet: git @ github.com: ralph240574 / spreadsheets api.git

And a working example: git @ github.com: ralph240574 / spreadsheets api-android-example.git

And here is an application that uses api: https://play.google.com/store/apps/details?id=com.iubiquity.fc

+1
source

The spreadsheet materials seem to be changing all the time, and it's hard to say whether it is supported or not, and to what extent. But I'm currently tracking the simplest findings that seem promising. It includes:

+1
source

All Articles