4

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,

4

2 回答 2

1

在这里找到了一个不错的答案,该解决方案得到了很好的解释:http ://www.youtube.com/watch?v=GyuJ2GtpZd0

于 2013-08-15T02:08:28.627 回答
1

您可以使用谷歌表单实现相同的功能,使用应用脚本按照以下教程进行操作

如何使用 Google 表格作为 Android 应用程序的数据库部分 - 2 | 从 Android 应用程序发布数据表 https://www.youtube.com/watch?v=QZZrMlUiH2M

于 2017-12-07T14:46:44.400 回答