my friend and I are currently making a simple Weather chance calculator android app for a summer project. The app currently works by asking the user for some inputs using some EditTexts (formatted in decimal numbers) that are then put into a simple formula and then a result is spit out.
What I want to do is take the user inputs and transfer them to a public Google Docs spreadsheet, so that EditText1 goes to cell A1, EditText2 goes to cell A2, ect.
Can someone point me in the right direction?
Thanks,