Skip to content
Crazy Coders Club

Crazy Coders Club

Menu
  • Home
  • About
  • App Script
  • Android
  • youtube
    • youtube api

Category: AppScript

How To Use Google Sheet As Database for Android App -5 Displaying Item Details

By admin
|
March 8, 2019
| No Comments
| android, AppScript, google, google spread sheet

This is continuation to first part How To Use Google Sheet As Database for Android App – 3 Read Operation .   Here I am going to demonstrate on displaying Google sheet content in Android list view.   Please watch below video along with tutorial to avoid errors, don’t skip any part.     [maxbutton id=”6″ ] […]

Read More »

Posted in %1$s
Deprecated: printf(): Passing null to parameter #1 ($format) of type string is deprecated in /home4/crazycod/public_html/wp-content/themes/terminal-lite/content.php on line 52
Leave a comment

How To Use Google Sheet As Database for Android App -3 Read Operation

By admin
|
December 7, 2018
| No Comments
| android, AppScript, google, google spread sheet, spread sheet

This is continuation to first part How To Use Google Sheet As Database for Android App -1 Insert Operation .   Here I am going to demonstrate on displaying Google sheet content in Android list view.   Please watch below video along with tutorial to avoid errors, don’t skip any part.       [maxbutton id=”6″ ] […]

Read More »

Posted in %1$s
Deprecated: printf(): Passing null to parameter #1 ($format) of type string is deprecated in /home4/crazycod/public_html/wp-content/themes/terminal-lite/content.php on line 52
Leave a comment

Automation of Sheet Activities using APP Script

By admin
|
April 19, 2018
| No Comments
| AppScript, Automation, google, google spread sheet, QR code, spread sheet

This tutorial explains on automation of sheet activities like creating a sheet, copying sheet, clearing values using App script. For demonstration, I have taken 2 scenario   Creating new Spreadsheet every Month’s 1st day. copying data from daily sheet to the Monthly sheet at a specified time every day. Step 1: Create a Spreadsheet which holds […]

Read More »

Posted in %1$s
Deprecated: printf(): Passing null to parameter #1 ($format) of type string is deprecated in /home4/crazycod/public_html/wp-content/themes/terminal-lite/content.php on line 52
Leave a comment

QR Scan Attendance App using App Inventor, Google Sheet & App Script

By admin
|
April 19, 2018
| 5 Comments
| android, AppScript, google, google spread sheet, QR code, spread sheet

This tutorial is the continuation part of previous QR scanner App. Here we are making real-world application with little modification in the logic. Please follow every step carefully.   This App Development consists two parts creating backend using app script & Sheets. Building an Android app using App Inventor. 1 creating backend using app script & Sheets. Step 1: […]

Read More »

Posted in %1$s
Deprecated: printf(): Passing null to parameter #1 ($format) of type string is deprecated in /home4/crazycod/public_html/wp-content/themes/terminal-lite/content.php on line 52
5 Comments

ABCD 3 | Create User Verification android app using MIT App Inventor | Google Sheet | App Script

By admin
|
March 29, 2018
| 1 Comment
| android, AppScript, google, google spread sheet, QR code, spread sheet

  Step 1: Create New Project in App Inventor   Step 2: Add new Screen                         Step 3: Add Block Logic as below                   Step 4: Create Screen2 and add the following components       […]

Read More »

Posted in %1$s
Deprecated: printf(): Passing null to parameter #1 ($format) of type string is deprecated in /home4/crazycod/public_html/wp-content/themes/terminal-lite/content.php on line 52
1 Comment

Search Operation on Google Sheets using AppScript

By admin
|
March 28, 2018
| 1 Comment
| android, AppScript, google, google spread sheet, QR code, spread sheet

This tutorial explains to write an app script to search Key element in a sheet. This is useful in many scenarios. Please refer other tutorials to know the application of this operation.   var ss = SpreadsheetApp.openByUrl(“Your Spread Sheet URL”); var sheet = ss.getSheetByName(“Sheet1”); function doGet(e){ return search(e) ; } function doPost(e){ return search(e) ; […]

Read More »

Posted in %1$s
Deprecated: printf(): Passing null to parameter #1 ($format) of type string is deprecated in /home4/crazycod/public_html/wp-content/themes/terminal-lite/content.php on line 52
1 Comment

Google Sheet As DATABASE for your Android Application Part – 4 | ADD IMAGES ( OPTIMIZED )

By admin
|
August 12, 2017
| 9 Comments
| android, AppScript, google, google spread sheet, spread sheet, web, youtube

After so many experiments finally got this solution. Many of you asked this from so many days. first regret for late post, but Happy to present this experiment before You.. Make the best of the resource.   Note : This is like simple prototype, and based on this try to design and develop your own […]

Read More »

Posted in %1$s
Deprecated: printf(): Passing null to parameter #1 ($format) of type string is deprecated in /home4/crazycod/public_html/wp-content/themes/terminal-lite/content.php on line 52
Tagged %1$s
Deprecated: printf(): Passing null to parameter #1 ($format) of type string is deprecated in /home4/crazycod/public_html/wp-content/themes/terminal-lite/content.php on line 62
9 Comments

Scan QRCode and Save it in Google Sheet using Google App Script

By admin
|
June 24, 2017
| 16 Comments
| android, AppScript, google, google spread sheet, QR code, spread sheet

This tutorial explains about storing QR code scanned data in Google Spread Sheet. This is very simple application which uses Zxing Qr code api, Android http client and Goolge App script.   Here It consists of 2 Parts, Google App Script Part (Back End) Android Part (Front End)    [maxbutton id=”1″ url=”https://github.com/androidLabsCode/QrCodeToGsheet” ]   1.Google […]

Read More »

Posted in %1$s
Deprecated: printf(): Passing null to parameter #1 ($format) of type string is deprecated in /home4/crazycod/public_html/wp-content/themes/terminal-lite/content.php on line 52
16 Comments

CRUD operation on Google Spread Sheet using Google App script, HTML ,Jquery

By admin
|
April 15, 2017
| 41 Comments
| AppScript, google spread sheet, web

This is a simple web application which is done using simple HTML elements, Jquery, and data transaction with Google spread sheet is done using Google App Script.    This app consists of 2 Parts App Script HTML with JQuery.   [maxbutton id=”3″ ]   [maxbutton id=”4″ ]   1. App Script Step 1 : Create new app […]

Read More »

Posted in %1$s
Deprecated: printf(): Passing null to parameter #1 ($format) of type string is deprecated in /home4/crazycod/public_html/wp-content/themes/terminal-lite/content.php on line 52
41 Comments

Using Google Spread sheet as DataBase Part -2 | Posting ( Insert ) data into sheets from Android App.

By admin
|
February 22, 2017
| 64 Comments
| android, AppScript, google, google spread sheet, spread sheet

We have seen about fetching data from Google spread sheet in Part 1. Here I am going to explain about Posting data into Google Sheets from your android device.   Here It Consists of 2 Parts Creating app script (Google Script) that inserts data into Spread Sheet and publishing it as web app. Using the […]

Read More »

Posted in %1$s
Deprecated: printf(): Passing null to parameter #1 ($format) of type string is deprecated in /home4/crazycod/public_html/wp-content/themes/terminal-lite/content.php on line 52
Tagged %1$s
Deprecated: printf(): Passing null to parameter #1 ($format) of type string is deprecated in /home4/crazycod/public_html/wp-content/themes/terminal-lite/content.php on line 62
64 Comments

Hosting Partner

Recent Posts

  • Test
  • How To Use Google Sheet As Database for Android App -5 Displaying Item Details
  • How To Use Google Sheet As Database for Android App -3 Read Operation
  • How To Use Google Sheet As Database for Android App -1 Insert Operation
  • Automation of Sheet Activities using APP Script

Categories

  • android
  • AppScript
  • Automation
  • google
  • google spread sheet
  • QR code
  • spread sheet
  • Uncategorized
  • web
  • youtube
  • youtube api

Archives

  • September 2019
  • March 2019
  • December 2018
  • November 2018
  • April 2018
  • March 2018
  • August 2017
  • June 2017
  • May 2017
  • April 2017
  • February 2017
  • December 2016
  • October 2016

Hosting Partner

Recent Posts

  • Test
  • How To Use Google Sheet As Database for Android App -5 Displaying Item Details
  • How To Use Google Sheet As Database for Android App -3 Read Operation
  • How To Use Google Sheet As Database for Android App -1 Insert Operation
  • Automation of Sheet Activities using APP Script

Categories

  • android
  • AppScript
  • Automation
  • google
  • google spread sheet
  • QR code
  • spread sheet
  • Uncategorized
  • web
  • youtube
  • youtube api

Archives

  • September 2019
  • March 2019
  • December 2018
  • November 2018
  • April 2018
  • March 2018
  • August 2017
  • June 2017
  • May 2017
  • April 2017
  • February 2017
  • December 2016
  • October 2016

Powered by WordPress Crazy Coders Club 2025 | All Rights Reserved.