Test
Test
Test
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″ ] […]
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″ ] […]
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 […]
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 […]
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: […]
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 […]
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) ; […]
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 […]
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 […]
Powered by WordPress Crazy Coders Club 2024 | All Rights Reserved.