Giter Site home page Giter Site logo

expenseshare's Introduction

Send data From ExpenseShare Android App To Google Sheet

Using this ExpenseShare app, you will send app data to Google Sheets.

What we will do

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

ExpenseShare Previews

How to Use

  • Download/Clone this demo app

  • Create a google form with the questions as follows

    • Items
    • Amount
    • Name


    • 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). This screenshot shows the finding of the "entry" ID



From this we have:


  • Now Import the demo app in Android Studio
  • Head over to app\src\main\java\com\d3v3loper\expenseshare<b>SpreadsheetWebService.java"
  • Paste your URL ID, and Entry ID's


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

  • For transferring all data to spreadsheet -Click on Responses --> select response destination --> create a new spreadsheet


  • Output in spreadsheet


  • Note: You need to customize Google Sheet to get this type of look


Libraries Used In This App


expenseshare's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.