Skip to content
Crazy Coders Club

Crazy Coders Club

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

Month: March 2018

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

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.