Skip to content
Crazy Coders Club

Crazy Coders Club

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

Test

By admin
|
September 30, 2019
| No Comments
| Uncategorized

Test

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 -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

How To Use Google Sheet As Database for Android App -1 Insert Operation

By admin
|
November 22, 2018
| No Comments
| android, google, google spread sheet, spread sheet

To develop a android app that require data to store in server , we need to have server and database in the server. So is there any possibility that I can use Google Sheet as DB and use it in Android app?   Yes…! We can use it … here I am presenting series of  […]

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

Online TV App using YouTube Player API

By admin
|
March 22, 2018
| No Comments
| android, youtube, youtube api

  This tutorial is about creating online TV application where we can watch live tv channels using the internet. Please follow the steps,   Step 1: Create a new Android application Step 2:  Download youtube player API from below link https://developers.google.com/youtube/android/player/downloads/ Unzip the downloaded file and copy YouTubeAndroidPlayerApi.jar file from libs folder and paste it in libs […]

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

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

Posts navigation

1 2 Next

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.