通过Android以编程方式发送Google Form响应 [英] Sending Google Form response programmatically via Android

查看:65
本文介绍了通过Android以编程方式发送Google Form响应的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我还开发了其他两个应用程序,它们仅执行首选项管理,一些自定义列表和LAN通信,仅此而已.我正在构建一个员工出勤应用程序,该软件允许员工在上班,下班,下班和下班时通过该应用程序进行注册.输入完所有四个信息后,我希望它通过Google表单将其发送到Google电子表格,然后我可以使用该电子表格来计算小时数,并获取所有信息的详细信息.

I've developed a couple other apps that did nothing more than preference management, some custom lists, and LAN communications but that's about it. I'm building a employee attendance app that allows the employee to register when they clock in, lunch out, lunch in, and clock out, all via the app. Once all four have been entered, I want it to send it via a Google Form to a Google spreadsheet that I can then use to calculate there hours and have a long on all of their information.

我该如何在Android中以编程方式集成提交Google Form Response?

How would I go about integrating submitting a Google Form Response programmatically in Android?

谢谢你,-约翰

推荐答案

Google表单只是一个精美的用户界面,用于让用户提交响应并将其存储为Google电子表格.就这样-没什么特别的.要在Android上完成此操作,您只需要使用适当的小部件设置UI即可捕获响应.然后将该数据保存到Google电子表格中.

A Google Form is just a fancy UI for having users submit responses which get stored as a Google spreadsheet. That's it - there's nothing special about it. To accomplish this on Android you just need to setup your UI with the appropriate widgets to capture responses. Then save that data to a Google spreadsheet.

要使用Google Spreadsheet API,您可以从Google查阅本指南

To work with the Google Spreadsheet API you can check out this guide from Google.

这篇关于通过Android以编程方式发送Google Form响应的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆