All Projects → sadiqrazasyed → SpreadsheetInput_Feedback_Tut

sadiqrazasyed / SpreadsheetInput_Feedback_Tut

Licence: other
Demo App - Send Feedback From Android App To Spreadsheet

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to SpreadsheetInput Feedback Tut

All In One
👔 Health care application for reminding health-todo lists and making healthy habits every day.
Stars: ✭ 109 (+211.43%)
Mutual labels:  application, demo-app
AndroidDevelop
This is my Android development Demo collection
Stars: ✭ 31 (-11.43%)
Mutual labels:  application, demo-app
fxl
fxl is a Clojure spreadsheet library
Stars: ✭ 117 (+234.29%)
Mutual labels:  spreadsheet
xlsx reader
A production-ready XLSX file reader for Elixir.
Stars: ✭ 46 (+31.43%)
Mutual labels:  spreadsheet
xlsx2csv.rs
Excel (eg. .xlsx/.xls) to CSV/TSV Format Converter in Rust
Stars: ✭ 47 (+34.29%)
Mutual labels:  spreadsheet
quant-jobs-zurich
A list of companies of possible interest for mathematicians (or related) that are looking for a job in quantitative finance in Zurich.
Stars: ✭ 59 (+68.57%)
Mutual labels:  application
financial-forecast
Personal Financial Forecasting Model
Stars: ✭ 24 (-31.43%)
Mutual labels:  spreadsheet
Biometric-Authentication-Android
A sample implementation of AndroidX biometrics API using Kotlin. Authenticate using biometrics or PIN/Password if biometrics isn't available on device. Fully implemented in Jetpack compose using Material 3 dynamic theming and also has a separate implementation in xml with MDC 3.
Stars: ✭ 29 (-17.14%)
Mutual labels:  application
iOScanX
iOScanX (iOS Application Scanner for OS X) is a Cocoa application for semi-automated iOS app analysis and evaluation
Stars: ✭ 33 (-5.71%)
Mutual labels:  application
zero-rk
Zero-order Reaction Kinetics (Zero-RK) is a software package that simulates chemically reacting systems in a computationally efficient manner.
Stars: ✭ 25 (-28.57%)
Mutual labels:  application
Quicksend
Send Quick Templated emails (with CV) to different companies
Stars: ✭ 27 (-22.86%)
Mutual labels:  application
RChat
No description or website provided.
Stars: ✭ 58 (+65.71%)
Mutual labels:  demo-app
secusu
SЁCU is a public API to store self-destructing data payloads with url shortener and handle anonymous chat-rooms.
Stars: ✭ 24 (-31.43%)
Mutual labels:  application
HistoryOfMe
Your own personal diary.
Stars: ✭ 50 (+42.86%)
Mutual labels:  application
Dexiom.EPPlusExporter
A very simple, yet incredibly powerfull library to generate Excel documents out of objects, arrays, lists, collections, etc.
Stars: ✭ 19 (-45.71%)
Mutual labels:  spreadsheet
CliqApp
This is a e-commerce app build over react native runs over android & ios.
Stars: ✭ 64 (+82.86%)
Mutual labels:  demo-app
hat-view
Allow to put "hat" on TextView. Inspired by Telegram appbar title with Santa Claus hat 🎅🏻
Stars: ✭ 51 (+45.71%)
Mutual labels:  demo-app
AppFontChanger
Custom font library for android | Library to change/add font of Entire Android Application at once without wasting your time - TextViews, EditText, Buttons, Views etc.,
Stars: ✭ 48 (+37.14%)
Mutual labels:  application
angular-youtube-player
Simple youtube player created with angular and typescript. See demo.
Stars: ✭ 35 (+0%)
Mutual labels:  application
convey
CSV processing and web related data types mutual conversion
Stars: ✭ 16 (-54.29%)
Mutual labels:  spreadsheet

Send Feedback From Android App To Spreadsheet

Using this demo app, you will learn how to send app data (feedback) to a web spreadsheet (Google Sheets).

What we will do

  • Create a Google Form for receiving feedback
  • Import the demo app
  • Investigate the spreadsheet to find the input hooks
  • Post the user data from app to the spreadsheet using Retrofit

Demo Previews

How to Use

  • Download/Clone this demo app

  • Create a google form with the questions as follows

    • Feedback
    • Name
    • Email


    • Now click on the "eye" button in your Google Form


When the form preview opens, right click and select ‘view page source’. You can now see the HTML for the page. Use your browser search function (CMD+F) and search for “<form”

(1), this will get you to the html for your form. The action of the form is the url we will be posting to (2). You then need to look for the tags that have an id starting with entry. each one of these is the ID for one of your spreadsheet columns (3/4). This screenshot shows the finding of the second ID



From this we have:


  • Now Import the demo app in Android Studio
  • Head over to app/java/com/sadiqrazasyed/spreadsheetinput/"SpreadsheetWebService"
  • Paste your URL ID, and Entry ID's


  • Now run the app & write your feedback, name, email and click on send button
  • Your data will be sent to Google form's response section which can be viewed in Spreadhseet

Libraries Used In This App


  • Happy coding ;)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].