Android Google Api for SpreadSheet
问题 I'm trying to figure out how to use Google Api for accessing/editing Google SpreadSheet. I want to have a connection always with the same spreadsheet from many devices. I got examples using the AccountManager, but i should not use the user account. There is any good turorial? Right now i've got the following..is that right? AccountManager accountManager = AccountManager.get(this); ArrayList googleAccounts = new ArrayList(); // Just for the example, I am using the first google account returned