¡@

Home 

2014/10/16 ¤W¤È 08:24:52

android Programming Glossary: spreadsheets.google.com

How to connect android app with google spreadsheet

http://stackoverflow.com/questions/12478582/how-to-connect-android-app-with-google-spreadsheet

service.setUserCredentials username password permission required to add in Manifest URL metafeedUrl new URL https spreadsheets.google.com feeds spreadsheets private full feed service.getFeed metafeedUrl SpreadsheetFeed.class List SpreadsheetEntry spreadsheets..

Using Android to submit to a Google Spreadsheet Form

http://stackoverflow.com/questions/6174962/using-android-to-submit-to-a-google-spreadsheet-form

private void submitVote String outcome HttpClient client new DefaultHttpClient HttpPost post new HttpPost https spreadsheets.google.com spreadsheet formResponse hl en_US amp formkey dDlwZzh4bGFvNFBxUmRsR0d2VTVhYnc6MQ amp ifq List BasicNameValuePair results.. stuff. private void submitVote String outcome HttpClient client new DefaultHttpClient HttpPost post new HttpPost https spreadsheets.google.com spreadsheet formResponse hl en_US amp formkey dDlwZzh4bGFvNFBxUmRsR0d2VTVhYnc6MQ amp ifq List BasicNameValuePair results.. it gave when viewing the source had encoding issues of it's own in it. Here's the url from source form action https spreadsheets.google.com spreadsheet formResponse hl en_US amp formkey dDlwZzh4bGFvNFBxUmRsR0d2VTVhYnc6MQ amp ifq method POST id ss form But here's..