<?php
Monday, November 15, 2021
Fetch Folder name in php
Fetch Json Data in JAVASCRIPT
<script>
Friday, November 12, 2021
Google Sheets Create Json Api
function doGet(e) {var sheet = SpreadsheetApp.getActive();var nse = sheet.getSheetByName("NSEE");var data =[];var rlen=nse.getLastRow();var clen=nse.getLastColumn();var rows = nse.getRange(1,1,rlen,clen).getValues();for(var i=1;i<rows.length;i++ ){var datarow= rows[i];var record ={};for (var j=0;j<clen;j++){record[rows[0][j]] = datarow[j];}data.push(record);}console.log(data);var result = JSON.stringify(data);return ContentService.createTextOutput(result).setMimeType(ContentService.MimeType.JSON);}
Tuesday, July 20, 2021
Fused locations api in android studio
Friday, July 16, 2021
Python apps and native Android programming
✅✅✅ Hope you find it to be useful Feel free to ask anything
Wednesday, July 14, 2021
Android Play Store Earning Potential
If wanna make some money from playstore you can place some ads google ads of various orientation right from the start you dont need to have particular installs for doing this . Thats the most amazing thing with playstore publishing .
Thursday, July 8, 2021
Career opportunities in Android Development
MULTIPLE OPPOTUNITIES ARE AVAILABLE FOR THE ANDROID DEVELOPER
SOURCES OF INCOME :
There are more than 4 income and money-making ways in android development
Freelancing
Job
Teaching as a programmer
youtube channel
blog writing
contributing for the global community
publish app to playstore
Best Of Luck
Monday, July 5, 2021
Using Google Sheets to Update Calendars
Thursday, July 1, 2021
Monday, June 21, 2021
Wednesday, March 31, 2021
callbacks in android
suppose b(return of a ) and a is a function . B function takes argument of A(FUNCTION POINTER ),
KeyPoints-Series-1
The Android architecture has the Main Thread AKA UI thread, which updates the UI after every 16ms frame.
-
Services in Android FOREGROUND : Runs even if app is killed displays notification while running BACKGROUND : Run like foreground without n...
-
<?php $path = "indus-img" ; $contents = scandir ( $path ); $new_src = $contents [ 2 ]; $count = count ...