All Questions
Tagged with google-forms android
30 questions
-2
votes
1
answer
38
views
Create a dynamic google form and send this to an email in Android app
In my Android App I am taking some information, I want to include that information and include in a google form, and send that google form to a certain email address.
Can you please tell can I ...
0
votes
0
answers
389
views
Android APK - Google form to APK with camera access
I'm trying to convert a google form into a APK with android studio, which I was able to do with online tutorials. The issue that I have now is, when I click the add file on the form it does allow me ...
0
votes
3
answers
2k
views
How to detect the completion of a Google Form in a Webview
I am loading a Google Form in a webview and need to know when the user has completed the form.
The form may have one, or multiple sections (pages).
What I tried
Parsing the URL for an information ...
2
votes
2
answers
27k
views
Google Forum short URL not working in Android app Webview
I am using Google forum in website to fill detail, using that website in Webview of android app. When i try to open the Google forum short link in Webview is showing error : net::...
0
votes
2
answers
468
views
Android: Cannot find element id/name in google form android
I am trying to integrate google form with android using this link
But when I created a google form as mentioned in the tutorial I was not able to find the name or id of the element by clicking ...
0
votes
1
answer
521
views
Android Webview doesn't show keyboard when text edit field got a focus
I have DialogFragment and a WebView into it, that opens with Google Forms web page. But keyboard not showing when clicking on text input field. Any suggestions? Original Android 8.1 (Nexus 5x).
...
0
votes
1
answer
625
views
Sending a POST request to Google Forms returns code 400
In my android app, I tried to send a POST request to Google Forms, but an error 400 is returned:
400 https://docs.google.com/forms/d/e/[form-id-number-here]/formResponse (114002ms)
content-type: text/...
0
votes
0
answers
26
views
How to submit a questionnaire to my app users?
I have an app in the Google Play store and I'd like to submit a questionnaire to my paying and non-paying users. I made the questionnaire using Google forms which gives me a short URL to send to ...
2
votes
1
answer
2k
views
Using Google Forms inside Android Application
I am a bit confused as of how to access Google Forms Api inside Android App.
I would like to access users Google Forms, create Google Form, send answers to Google Form, from inside my Android ...
0
votes
1
answer
2k
views
Method does not override method from its super class
public class MainActivity extends AppCompatActivity {
View mainView;
public static final MediaType FORM_DATA_TYPE = MediaType.parse("application/x-www-form-urlencoded; charset=utf-8");
...
1
vote
1
answer
2k
views
Using offline forms for data entry into google sheets in android
With the offline option in Google sheets android app, I am able to enter data on a shared sheet and it is synced when I connect to internet.
But instead of directly entering in Google Sheets, is ...
0
votes
1
answer
287
views
webview loadUrl stops working AFTER controls on google forms get the focus
I was trying to create a kiosk-wrapper for a bunch of google forms surveys and thought that maybe that was a good opportunity to get a taste of android development (my first attempt that is).
the ...
2
votes
0
answers
95
views
How would I send a post request for a google form AM / PM button?
GOOGLE FORM AM/PM OPTION
A part of my program's task is to allow the user to enter in the times in the android application, and I have no clue how to do this post request without knowing the ENTRY or ...
2
votes
1
answer
445
views
OKHTTP3 POST FORM android application doesn't post anything to Google Forms
I've read and understood the following code from this web page as a reference to developing my android application:
https://github.com/square/okhttp/blob/master/samples/guide/src/main/java/okhttp3/...
2
votes
3
answers
914
views
How to use Google Forms in Android
I'm using WebView to call a form from Google docs in Android. When I run it on my emulator and phone, all the CheckBoxes can't be clicked. Please help. I hope you can figure it out. Thank you.
Here's ...