java - Send inputs from an Android App to Google Documents Spreadsheet -


my friend , making simple weather chance calculator android app summer project. app works asking user inputs using edittexts (formatted in decimal numbers) put simple formula , result spit out.

what want take user inputs , transfer them public google docs spreadsheet, edittext1 goes cell a1, edittext2 goes cell a2, ect.

can point me in right direction?

thanks,

found decent answer here, solution pretty explained: http://www.youtube.com/watch?v=gyuj2gtpzd0


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -