Develop QR code Scanner Android App using MIT AppInventor |Google Sheet | App Script|

  Рет қаралды 84,810

Crazy Coders Club

Crazy Coders Club

Күн бұрын

Пікірлер: 227
@CrazyCodersClub
@CrazyCodersClub 7 жыл бұрын
IMPORTANT..! Hello Everyone, For source Code Please Refer Our new Blog:www.crazycodersclub.com Please find respective Post in the blog, Please do not refer http:www.androidlabs.info (Some technical issue).. Please Cooperate, we are coming back with a lot of new stuff... We extremely regret the inconvenience caused.
@bryanpaulposada1469
@bryanpaulposada1469 6 жыл бұрын
@Crazy Coders Club Hi can you help me to set the time to GMT+7 Bangkok Time, i'm having a hard time changing the IST. What code should I use? Thanks a lot
@CrazyCodersClub
@CrazyCodersClub 6 жыл бұрын
You can change it in settings or automatically it will set to your location...
@bryanpaulposada1469
@bryanpaulposada1469 6 жыл бұрын
Thank you so much it's already working.
@bryanpaulposada1469
@bryanpaulposada1469 6 жыл бұрын
Hi sorry for asking again, how about for manual entry using textbox and button as to input the data manually? What is the code for that? Looking forward to your answer. Thanks a lot
@CrazyCodersClub
@CrazyCodersClub 6 жыл бұрын
Please look into other videos in the channel , you will come to know...
@hguhgfdd
@hguhgfdd 3 жыл бұрын
i m very glade to see this & i m trying it
@Futbollucense
@Futbollucense 5 жыл бұрын
I followed the steps but the data does not appear in Google sheets. Did you have to use the same video names for the application, spreadsheet and script?
@raymarreyes2208
@raymarreyes2208 5 жыл бұрын
Thanks It was 99% Working :) How to used front camera or camera settings Thank you again Crazy Coders Club you deserved my subs and notification bell :)
@CrazyCodersClub
@CrazyCodersClub 5 жыл бұрын
Even I tried it.. didn't get... But you can do it with Android studio ..
@noraallen5036
@noraallen5036 4 жыл бұрын
can you tell me how you did it? I tried to do it , it is not adding in my spreadsheet
@Alhasan-kd3tq
@Alhasan-kd3tq Жыл бұрын
Excellent👌👌
@akhtarnadaf2540
@akhtarnadaf2540 5 жыл бұрын
Awesome video. I tried for this & it works...Thank you very much.
@CrazyCodersClub
@CrazyCodersClub 5 жыл бұрын
You are welcome
@ahmedtariqh
@ahmedtariqh 6 жыл бұрын
nice bro. but can I enter many columns' data and get them arranged in the sheet directly? or how can I make the separator (;) permanent so whenever it recieves the semicolon it moves to the next cell?!
@CrazyCodersClub
@CrazyCodersClub 6 жыл бұрын
You can define data and columns as per your requirement.. either you should change in App Inventor or in app script.. first try to understand the flow and try your things.. if you have any business specific application you can approach help@crazycodersclub.com
@beautificationprogram7399
@beautificationprogram7399 3 жыл бұрын
i have a problem in time format i change already the time zone in our country but it didnt take effect
@marcougoproietti
@marcougoproietti 4 жыл бұрын
I have used this system for a long time. A few days ago it stopped working. I haven't changed anything. The scanner works, but the data is no longer transmitted to the spreadsheet. I don't understand what could have happened. Can you give me some advice?
@CrazyCodersClub
@CrazyCodersClub 4 жыл бұрын
Let me try it in latest config
@JinaneKarhaniRawda
@JinaneKarhaniRawda 3 жыл бұрын
@@CrazyCodersClub same problem..suddenly stopped writing in sheet, nothing was changed though
@Serversote1
@Serversote1 4 жыл бұрын
Muchisimas gracias mi amigo, excelente aplicación y muy útil, saludos!
@CrazyCodersClub
@CrazyCodersClub 4 жыл бұрын
You are welcome 😊
@manrajjuneja7865
@manrajjuneja7865 5 жыл бұрын
Hey . I was making a similar app but I just wanted to add one more feature . I want that if the same QR code is scanned again after some time and the data of the previous scan is still in the spreadsheet, I want it to show an error. Please help
@coollkubi
@coollkubi 6 жыл бұрын
YOU ARE AWESOMEEEEEEEEEEE! DANG YOU SAVE A LIFE HERE APPRECIATE THAT
@heavengranadil8361
@heavengranadil8361 4 жыл бұрын
hello there. i was planning to use it for inventory. how can i add quantity on the script and remove the time stamp?
@alangkan
@alangkan 4 жыл бұрын
Thank you very very much .... I don't know if there is a way to apply with face recognition rather than QR code ^^
@CrazyCodersClub
@CrazyCodersClub 4 жыл бұрын
Need to check.. will try and upload if it works
@DirectionFilms
@DirectionFilms 6 жыл бұрын
i Have used like this but in third column showing undifined. so please help me to correct // reciving scanned data from client i.e android app var sdata = e.parameter.sdata; var sdata1 = e.parameter.sdata1; var date = new Date() sheet.appendRow([date,sdata,sdata1]); }
@DirectionFilms
@DirectionFilms 6 жыл бұрын
Sorry i got it i akso missed &in blocks, thank you very much for video
@CrazyCodersClub
@CrazyCodersClub 6 жыл бұрын
You are welcome...
@alexwong9472
@alexwong9472 5 жыл бұрын
@@DirectionFilms can share how to build the block?
@interspecies-au
@interspecies-au 5 жыл бұрын
What if I want the frequency of a barcode, as when I m adding the countif function in sheets, then it stopped getting the data. What change is to be done in app script??
@JinaneKarhaniRawda
@JinaneKarhaniRawda 3 жыл бұрын
same thing happened to me - it was scanning & adding like a charm, but when i added conditions to other columns it stopped from adding data to the sheet. any idea?
@deepaksudhakar1
@deepaksudhakar1 2 жыл бұрын
The input sheet should not be disturbed. 1. Use "importrange" function in A1 to make a dynamic copy of the sheet. 2. Add other functions as you wish. (This way, the original scan data is not disturbed)
@kranthivangala
@kranthivangala 6 жыл бұрын
Can I restrict the application to read particular file data only(only one file data) it should not scan other data
@CrazyCodersClub
@CrazyCodersClub 6 жыл бұрын
Yes you can do it as per your logic
@DirectionFilms
@DirectionFilms 5 жыл бұрын
is there any entry limit to write data in google spreadsheet Using API ex. Write Entries/Second Limit
@CrazyCodersClub
@CrazyCodersClub 5 жыл бұрын
You can check with appscript quotas... Google it will get it
@PakCoyMan
@PakCoyMan 4 жыл бұрын
Good vids mate, i wanna know is that possible to make just 1 qr code for everyone who want to absent and they just need to login in the aps ?
@CrazyCodersClub
@CrazyCodersClub 4 жыл бұрын
You can do it
5 жыл бұрын
Thanks so much!! Regards from México.
@CrazyCodersClub
@CrazyCodersClub 5 жыл бұрын
You are welcome 😊
@luisirizarry7851
@luisirizarry7851 Жыл бұрын
Can use Excel instead of google sheet?
@Lily_552h
@Lily_552h Жыл бұрын
Is there an alternative to the "barcode scanner" application? I can't install the app in play store, because my version is too high
@muhammadamirulsyarief3774
@muhammadamirulsyarief3774 5 жыл бұрын
Hye there! If i want to add device information on the google sheet, which part of the script i need to edit?
@CrazyCodersClub
@CrazyCodersClub 5 жыл бұрын
Please mail to help@crazycodersclub.com
@itungify
@itungify 5 жыл бұрын
@@CrazyCodersClub same question 🙋 for me
@CrazyCodersClub
@CrazyCodersClub 5 жыл бұрын
As mentioned please mail , I can't discuss here
@zephird.t.3038
@zephird.t.3038 4 жыл бұрын
Thank you I appreciated this presentation. I would like to know if there is a bijection between the QR code and the element it represents. Can't the author of the counterfeit copy the genuine QR code to paste it on his imitated product? Can we secure a QR code? Best Regards
@CrazyCodersClub
@CrazyCodersClub 4 жыл бұрын
Hi Zeph, ideally this video is for basic flow. This demo or App doesn't include features that you mentioned. But it can be implemented. One needs to do bit reaserch on that
@elektronkiller4836
@elektronkiller4836 5 жыл бұрын
WHY??? AFTER I SCAN QR CODE FROM QR CODE GENERATOR. THE SCANNER SAID THAT ERROR 1109 : THE SPECIFIC URL IS NOT VALID: YOUR WEB URL
@CrazyCodersClub
@CrazyCodersClub 5 жыл бұрын
Once again Try from beginning.. follow steps properly
@ednaldosouza3691
@ednaldosouza3691 5 жыл бұрын
good morning I did the same procedures in the video but the message does not arrive in the spreadsheet
@CrazyCodersClub
@CrazyCodersClub 5 жыл бұрын
Please retry from beginning with fresh project. Please watch video carefully.
@mdarefurrahmanchowdhury3362
@mdarefurrahmanchowdhury3362 5 жыл бұрын
Hello, Thankyou, I have tried and it works fine, but the scanner is taking too long to read QR, is there any other scanner that can be used
@fredericr2399
@fredericr2399 4 жыл бұрын
Thanks a lot ! I save money with this solution :)
@tEsT-hu2ht
@tEsT-hu2ht 3 жыл бұрын
Can you copy and paste it
@tEsT-hu2ht
@tEsT-hu2ht 3 жыл бұрын
Vide description not working
@tEsT-hu2ht
@tEsT-hu2ht 3 жыл бұрын
Pls help
@CrazyCodersClub
@CrazyCodersClub 7 жыл бұрын
Hello everyone, our website (blog)www.androidlabs.info, domain renewal is on progress and there is some technical issues .. so kindly cooperate until further notice.. we Kindly regret for the inconvenience caused. We will update the source code link soon.. please stay updated... Admin
@CrazyCodersClub
@CrazyCodersClub 7 жыл бұрын
IMPORTANT..! Hello Everyone, For source Code Please Refer Our new Blog:www.crazycodersclub.com Please find respective Post in the blog, Please do not refer http:www.androidlabs.info (Some technical issue).. Please Cooperate, we are coming back with a lot of new stuff... We extremely regret the inconvenience caused.
@itungify
@itungify 5 жыл бұрын
Thanks you it's work. There are 2 value on google sheet column Time Stamp and scanned data. Is there any way to add one column to the right (column that I called "device ID") ? . Device ID means device identification number/code depends on type of smartphone. Please help!
@CrazyCodersClub
@CrazyCodersClub 5 жыл бұрын
Yes we can add
@itungify
@itungify 5 жыл бұрын
@@CrazyCodersClub how to do that? What script we must add? Please help
@medelynSumile
@medelynSumile 5 жыл бұрын
@@CrazyCodersClub i also need this
@JinaneKarhaniRawda
@JinaneKarhaniRawda 3 жыл бұрын
Did you get any reply sir? can you share it please?
@itungify
@itungify 3 жыл бұрын
@@JinaneKarhaniRawda I do not get the answer
@aishajaved9678
@aishajaved9678 4 жыл бұрын
Hi there, I wan to create a cash register using a similar system to scan food items, any idea how I could start coding something like this? I have my user interface done I Just need help with the coding. Your videos are very helpful!
@CrazyCodersClub
@CrazyCodersClub 4 жыл бұрын
Try to understand the code workflow. Or you can contact us help@crazycodersclub.com
@NIRAJKUMAR-fp7ll
@NIRAJKUMAR-fp7ll 5 жыл бұрын
can we create an app with two different QR scanning activity and send both data in on one row of google sheet at a time?
@CrazyCodersClub
@CrazyCodersClub 5 жыл бұрын
Yes we can do.
@NIRAJKUMAR-fp7ll
@NIRAJKUMAR-fp7ll 5 жыл бұрын
​@@CrazyCodersClub​ thanks for reply... what is the way?
@CrazyCodersClub
@CrazyCodersClub 5 жыл бұрын
@@NIRAJKUMAR-fp7ll , please mail your requirement to help@crazycodersclub.com
@augustob3.14
@augustob3.14 5 жыл бұрын
Cómo se puede hacer, para que al escanear el código devuelva un dato de la hoja de cálculo?
@CrazyCodersClub
@CrazyCodersClub 5 жыл бұрын
Please use English, I don't understand your language
@LoveWaPeace
@LoveWaPeace 6 жыл бұрын
can we use front camera to scan?
@minadief
@minadief 6 жыл бұрын
i dunno, but I'm just imagining, are you going to put a qr on your forehead? :D
@bluefish9765
@bluefish9765 6 жыл бұрын
hello. i want to add additional columns in sheet. first choose typ, then scan barcode, last quantity. i dont get it with listpicker and textbox. anyone can help ?
@porraweefongmool3777
@porraweefongmool3777 4 жыл бұрын
Thank you so much. but i would like to scanned data for thai language please.
@CrazyCodersClub
@CrazyCodersClub 4 жыл бұрын
Please email to hello@crazycodersclub.com
@razibhasan6830
@razibhasan6830 4 жыл бұрын
what is problem there is ERROR 1109: THE SPECIFIED URL IS NOT VAILD: YOUR WEB APP URL complete the scan the app pop up this message .plz anyone help me , plzzzzzzz
@JinaneKarhaniRawda
@JinaneKarhaniRawda 3 жыл бұрын
Thank you for the clear steps, but I followed them - but for some reason the data is not added to the sheet, though it has sharing permission also for all.. any help or tip pls?
@JinaneKarhaniRawda
@JinaneKarhaniRawda 3 жыл бұрын
It worked , after a fresh start .
@shafiqfauzan454
@shafiqfauzan454 4 жыл бұрын
Can i make it countinously scan without press button for many times? I really hope that you can help me?
@CrazyCodersClub
@CrazyCodersClub 4 жыл бұрын
We can make, if you need customized app paid assistance please email to hello@crazycodersclub.com
@EddiePryceGaming
@EddiePryceGaming 6 жыл бұрын
Is there a way to force the app to use the front camera? Ive got my app working the way i want it to work other than using the front camera over the rear camera
@CrazyCodersClub
@CrazyCodersClub 6 жыл бұрын
Unholy1314 , Even I am trying to do... If I get ... I will post...
@EddiePryceGaming
@EddiePryceGaming 6 жыл бұрын
Cheers dude, been watching your tutorials and find they have helped a lot with what im trying to do for my work Looks like i will need to program it in Android Studio for now :)
@CrazyCodersClub
@CrazyCodersClub 6 жыл бұрын
Thank you...
@sanikalande3694
@sanikalande3694 3 жыл бұрын
after installing this app ... I got security option so is it harmful for my mobile ..
@CrazyCodersClub
@CrazyCodersClub 3 жыл бұрын
Nope.. it is expected.. if you instal apps from external sources
@sanikalande3694
@sanikalande3694 3 жыл бұрын
@@CrazyCodersClub Thanks.. I made app but after scanning data doesn't enter in my laptop... plzz help why this happen..
@CrazyCodersClub
@CrazyCodersClub 3 жыл бұрын
Watch video carefully. Retry with fresh project it would work
@sanikalande3694
@sanikalande3694 3 жыл бұрын
@@CrazyCodersClub I done this for 4- 5 times .. but it doesn't work ... is any problem with laptop ..
@ChouxCream-i9r
@ChouxCream-i9r 7 жыл бұрын
Hello AndroidLabs, This solution it work for me. Thank you
@CrazyCodersClub
@CrazyCodersClub 7 жыл бұрын
Rawipas Chisamut , pass 3rd parameter from client side... as sx only
@CrazyCodersClub
@CrazyCodersClub 7 жыл бұрын
Rawipas Chisamut , refer this video, watch carefully on client side coding, you will come to know on passing parameters..
@ChouxCream-i9r
@ChouxCream-i9r 7 жыл бұрын
Thank you for reply me :D, After I follow your suggestion, now I can send 3 data to my SSheet but it's save in same column haha Date Coloum1 (Name) C2 C3 12/13/2017 9:56:00 t1sdetails=S1samount=data undefined undefined *sx --> samount (I edited value name from App scripts.)
@ChouxCream-i9r
@ChouxCream-i9r 7 жыл бұрын
Hello, Do you have any suggestion to pointing this problem for me?
@CrazyCodersClub
@CrazyCodersClub 7 жыл бұрын
Rawipas Chisamut , sorry I didn't share link that time, please refer kzbin.info/www/bejne/bZubkGarfqaEgs0
@full655
@full655 5 жыл бұрын
Hello, Why I can't insert sdata into speadsheet?
@CrazyCodersClub
@CrazyCodersClub 5 жыл бұрын
Try from beginning... Watch video carefully... Try deploying web app with new version
@mohammadizwanazmi1160
@mohammadizwanazmi1160 6 жыл бұрын
how to append a new text input from the app and have it appear in a third column? can you teach me? because i'm already watch your videos and i'm still could not do it..
@Flaviobrayner
@Flaviobrayner 6 жыл бұрын
boa noite! o meu esta dando erro: TypeError: Não é possível chamar o método "appendRow" de null. (linha 29, arquivo "Código") teria como me ajudar good evening! mine is giving error TypeError: Can not call null "appendRow" method. (line 29, file "Code") could help me
@arcamedeis
@arcamedeis 6 жыл бұрын
IS it possible to add a text input from the app and have it appear in a third column?
@CrazyCodersClub
@CrazyCodersClub 6 жыл бұрын
Bruce Hahlbohm , yes it can be done.. please refer other videos..
@tEsT-hu2ht
@tEsT-hu2ht 3 жыл бұрын
IT DOESN'T COME TO THE SHEET WHEN I SCANNED
@悠然-c5m
@悠然-c5m 6 жыл бұрын
may i ask how do i scan multiple data into google sheet?
@itheakaybeyi7263
@itheakaybeyi7263 6 жыл бұрын
TypeError: undefined "parameter"
@geovanalima9843
@geovanalima9843 5 жыл бұрын
Parameter erro what i make?
@CrazyCodersClub
@CrazyCodersClub 5 жыл бұрын
Retry from beginning.watch video carefully
@geovanalima9843
@geovanalima9843 5 жыл бұрын
@@CrazyCodersClub i need make a other sheet with a names what i want?
@manirajpaul4609
@manirajpaul4609 3 жыл бұрын
I want to insert data in A5 cell only , how to do it
@CrazyCodersClub
@CrazyCodersClub 3 жыл бұрын
Build logic accordingly.
@manirajpaul4609
@manirajpaul4609 3 жыл бұрын
How
@CrazyCodersClub
@CrazyCodersClub 3 жыл бұрын
Please research with their documentation. If you need dedicated paid assistance, please email to hello@crazycodersclub.com
@rosliharun7148
@rosliharun7148 5 жыл бұрын
I have tried and it works... Can someone please help me how to make it auto scan continuesly without button?
@moeswe4641
@moeswe4641 2 жыл бұрын
Hello, kindly help me please because I can't search aia file. thanks
@eddiergonzalezmora2375
@eddiergonzalezmora2375 4 жыл бұрын
have a question??
@khaliddanoun3001
@khaliddanoun3001 Жыл бұрын
Hello I Can't find the ABCD 2 Demo.aia file can someone help me?
@solomod5787
@solomod5787 4 жыл бұрын
everything works fine but when i scan qr code it say that my webapp url is not valid any solution for it? Edit: Thanx it worked.
@CrazyCodersClub
@CrazyCodersClub 4 жыл бұрын
That's great!
@solomod5787
@solomod5787 4 жыл бұрын
@Kishen PATEL -GERMANY- I just had copy the same url as shown in the video but we need to put our url of the google sheet. Try it if u had same problem as mine.
@CrazyCodersClub
@CrazyCodersClub 4 жыл бұрын
That's great..!
@PECKEKO
@PECKEKO 7 жыл бұрын
no me registra nada en el spreadsheets cuando ya escaneo el qr saludos y espero tu pronta respuesta
@ricardojosehlima6654
@ricardojosehlima6654 7 жыл бұрын
Hello! I was having this problem and solved it. As you are writing in Spanish I assume that the name of your "Sheet1" of your Spreadsheet file is in Spanish (mine was in Portuguese), so if this is the case, then change the name for "Sheet1" (without spaces) and it will work, it did here. Alternatively, if you want to preserve the name of the your first Sheet or even change it, you can, as long as you change it also in the script.
@mirefrei
@mirefrei 7 жыл бұрын
hello , i make the same as you (changing the part of sheet1 ) and i dont have any result in the spreadsheet , hopefully u can help me , thanks!
@siddheshgawali7764
@siddheshgawali7764 7 жыл бұрын
any idea how to append column in google sheet through google app script....im not able to find a command for it
@siddheshgawali7764
@siddheshgawali7764 7 жыл бұрын
pls reply asap
@xrless8445
@xrless8445 6 жыл бұрын
it is possible to get the code and use it on an app with zxing api? ty.
@CrazyCodersClub
@CrazyCodersClub 6 жыл бұрын
Yes ... I have done seperate video on that ... Please refer in my videos
@adamcsilinko4542
@adamcsilinko4542 6 жыл бұрын
Hello, First of all thank you for your videos. I want add the location to the spreadsheet when the QR code was sanned. (latitude, longitude) Can you help me? I would also pay for it. Thanks Br Adam
@CrazyCodersClub
@CrazyCodersClub 6 жыл бұрын
Hi Adam , can you please contact through help@crazycodersclub.com with complete requirements of your app.. I will definitely help you
@bertojdm5347
@bertojdm5347 4 жыл бұрын
function insert(e,sheet) { var sdata = e.parameter.sdata; var date = new Date() sheet.appendRow([name,sdata]); }
@varrunasettybm7313
@varrunasettybm7313 7 жыл бұрын
Superb
@marykilewe3433
@marykilewe3433 7 жыл бұрын
ou're website doesn't work so i can't download the source code for scan qr code from android and save it to google sheets. Do you mind using github instead or share with google drive? This is kind of urgent
@CrazyCodersClub
@CrazyCodersClub 7 жыл бұрын
Mary Kilewe , refer video description , you will find link for drive where source code is stored
@marykilewe3433
@marykilewe3433 7 жыл бұрын
Android Labs thanks
@CrazyCodersClub
@CrazyCodersClub 7 жыл бұрын
Mary Kilewe , welcome...
@parthrana34
@parthrana34 6 жыл бұрын
can you make video that how to read data from google spreadsheet?
@CrazyCodersClub
@CrazyCodersClub 6 жыл бұрын
Yes sure... But it is not straight forward.... will surely try ... THANKS for your approach
@arifakbar5483
@arifakbar5483 5 жыл бұрын
Can you made another Apk with MIT app inventor for add student database link with Sheet. Thanks
@CrazyCodersClub
@CrazyCodersClub 5 жыл бұрын
You can try ... It is easy...
@arifakbar5483
@arifakbar5483 5 жыл бұрын
How the apk share with anothe user and use the same apk but data come on same sheet. Thanks
@fypdtk836
@fypdtk836 5 жыл бұрын
@@CrazyCodersClub I GOT UNDEFINED AT SCANNED DATA
@mendroy
@mendroy 7 жыл бұрын
Thank you so much but how could I change the limit of 2 hours?
@CrazyCodersClub
@CrazyCodersClub 7 жыл бұрын
+René Eloy Mendoza Franco , can you please elaborate on this..
@patccpoon
@patccpoon 7 жыл бұрын
from the gs script, I got the e.parameter.sdata is undefined. please help
@patccpoon
@patccpoon 7 жыл бұрын
sorry for typo, i got it. But encounter another problem, can not display Chinese Characters when send data back to google sheet. it's no problem in English.
@CrazyCodersClub
@CrazyCodersClub 7 жыл бұрын
+Patrick Poon , don't run the function in Editor, you need to deploy it as web app and pass the parameter sdata , please watch video carefully
@atlarhat861
@atlarhat861 7 жыл бұрын
thanks ! it works :)
@CrazyCodersClub
@CrazyCodersClub 7 жыл бұрын
na ratna , thank for your feedback, we will upload some new experiments soon, stay tuned...
@ericrodriguez3502
@ericrodriguez3502 6 жыл бұрын
ei tt, que no nos enlaza la base de datos, que estamos haciendo mal bro?
@CrazyCodersClub
@CrazyCodersClub 6 жыл бұрын
please comment in English
@fionasoon1
@fionasoon1 6 жыл бұрын
THANKS. it works but it works only for the condition when "anyone or any anonymous" can assess. When set to only myself. It doesn't work. Is that true? Anyone face the same problem?
@CrazyCodersClub
@CrazyCodersClub 6 жыл бұрын
Fiona Soon , yes you need to keep it as anyone even anonymous can access... But don't worry nothing wrong in that ... It is accessed means , script is running with your gmail id... Please go through documentation in google
@0brayfer0
@0brayfer0 7 жыл бұрын
Great video. Yo realicé tus pasos y al final obtuve: error 1109 the specified url is not valid: your web app url. Luego agrege un "label" al final para mostrar la url y se solucionó. De todas formas, muchas gracias ;)
@CrazyCodersClub
@CrazyCodersClub 7 жыл бұрын
+Cristian Quezada de la Cruz , I will update it .. thanks for reminding..
@marcelaguerrero3040
@marcelaguerrero3040 6 жыл бұрын
amigo, como estas? me podrias ayudar .. en donde colocaste el "label" .... por que me quede en el mismo error y no he podido avanzar, gracias por tu ayuda.
@Hugzzzer
@Hugzzzer 5 жыл бұрын
Hi Dude, can we chat on mail I have problem to use this app
@CrazyCodersClub
@CrazyCodersClub 5 жыл бұрын
Yes please mail to help@crazycodersclub.com
@Hugzzzer
@Hugzzzer 5 жыл бұрын
@@CrazyCodersClub Thanks I send you a mail ^^
@kathikth
@kathikth 4 жыл бұрын
Hi.. is this is a free permanently?
@CrazyCodersClub
@CrazyCodersClub 4 жыл бұрын
Can't assure. Please check Google restrictions.
@tEsT-hu2ht
@tEsT-hu2ht 3 жыл бұрын
How to download the source cod is not working
@tEsT-hu2ht
@tEsT-hu2ht 3 жыл бұрын
Pls help
@tEsT-hu2ht
@tEsT-hu2ht 3 жыл бұрын
I opened it from the notepad but some Rubbish appears not the code pls help me
@tEsT-hu2ht
@tEsT-hu2ht 3 жыл бұрын
Pls send me the code pls beg you
@CrazyCodersClub
@CrazyCodersClub 3 жыл бұрын
Not sure. I will verify and update
@tEsT-hu2ht
@tEsT-hu2ht 3 жыл бұрын
Can you send me the code not in the description one just copy it and paste in the reply it will be a great help
@ahmedalassadi5226
@ahmedalassadi5226 Жыл бұрын
doesn't work .. in addition not all the codes exist and the blog you referred to is talking about android studio not MIT App inventor and the aia file not exist too !!!.. thanks anyway !!..
@geovanalima9843
@geovanalima9843 5 жыл бұрын
name is undefined?
@sloannascimento7018
@sloannascimento7018 7 жыл бұрын
Funcionou. Obrigado!
@CrazyCodersClub
@CrazyCodersClub 7 жыл бұрын
sloan nascimento , thanks
@Flaviobrayner
@Flaviobrayner 6 жыл бұрын
tentei e nao consegui.. voce fez alguma coisa a mais ?
@geovanalima9843
@geovanalima9843 5 жыл бұрын
suas respostas ficaram undefined?
@namyagupta2884
@namyagupta2884 4 жыл бұрын
where is the aia file in the description???
@all4u168
@all4u168 6 жыл бұрын
hello sire please add a listbox selection from the app and make video for me thanks
@CrazyCodersClub
@CrazyCodersClub 6 жыл бұрын
Yes.. sure will add it soon
@all4u168
@all4u168 6 жыл бұрын
Thank brother
@atlarhat861
@atlarhat861 7 жыл бұрын
how to show the result longer? bcz thats too fast to dissappear
@CrazyCodersClub
@CrazyCodersClub 7 жыл бұрын
na ratna , this is just simple prototype, based on this you can develop your own logic.. This is just an instance.. If you need more clarification just mail us to help@crazycodersclub.com
@viralvideos3292
@viralvideos3292 7 жыл бұрын
hi crazy coders thanks for making this video i have one problem facing please comment your no pls
@jefreyromasanta4835
@jefreyromasanta4835 5 жыл бұрын
is there anyone still active here? I have a question?
@CrazyCodersClub
@CrazyCodersClub 5 жыл бұрын
Yes please
@jefreyromasanta4835
@jefreyromasanta4835 5 жыл бұрын
​@@CrazyCodersClub What exact Timezone am I supposed to use? My country is Philippines.
@CrazyCodersClub
@CrazyCodersClub 5 жыл бұрын
Will check and update
@CrazyCodersClub
@CrazyCodersClub 5 жыл бұрын
Meanwhile you can Google time zone.. for your country. I suggest using GMT+- YOUR COUNTRY ZONE...
@jefreyromasanta4835
@jefreyromasanta4835 5 жыл бұрын
@@CrazyCodersClub yeah! I tried it many times, using GMT+8:00, GMT+08:00, GMT+08:00:00 and UTC+8:00, UTC+08:00, UTC+08:00:00, still it responds time that are late 8 hours from the phones time.
@marykilewe3433
@marykilewe3433 7 жыл бұрын
how do you do this with barcodes?
@CrazyCodersClub
@CrazyCodersClub 7 жыл бұрын
Mary Kilewe , try scanning bar code with same app.. It may work...
@marykilewe3433
@marykilewe3433 7 жыл бұрын
You're website doesn't work so i can't download the source code for scan qr code from android and save it to google sheets. Do you mind using github instead or share with google drive? This is kind of urgent
@kannaa5634
@kannaa5634 7 жыл бұрын
Hi Admin, as a first time trying to build an app, ur video has given me the confidence to attempt. I want to start to built am stuck as i am not able to find the .aia file. I downloaded from www.crazycodersclub.com the zip file QrCodeToGsheet-master. inside there is no .aia file. also all the files are not ABCD_2. Hope u can guide me. Thank you
@CrazyCodersClub
@CrazyCodersClub 7 жыл бұрын
Kanna A , please refer goo.gl/TjZtBX
@kannaa5634
@kannaa5634 7 жыл бұрын
Hi Admin, thank youso much, i will try it.
@sigitpramagita4818
@sigitpramagita4818 7 жыл бұрын
work. thanks
@CrazyCodersClub
@CrazyCodersClub 7 жыл бұрын
You are welcome Sigit
@jenshaugstrup-andersen6201
@jenshaugstrup-andersen6201 7 жыл бұрын
Something goes wrong extracting the files. Other than that thanks a lot :-)
@CrazyCodersClub
@CrazyCodersClub 7 жыл бұрын
Jens Haugstrup-Andersen , any issues??
@RUANGBERITA7
@RUANGBERITA7 5 жыл бұрын
terima kasih banyak ya....sangat membantu saya
@itungify
@itungify 5 жыл бұрын
Kak Hanif, apakah berhasil?
@unidadtres4225
@unidadtres4225 4 жыл бұрын
H
@csptechinspiration
@csptechinspiration 2 жыл бұрын
i am not getting your code file abcd2_demo.aia
@aleksandrgorbachev88
@aleksandrgorbachev88 7 жыл бұрын
Thanks! It works ))
@CrazyCodersClub
@CrazyCodersClub 7 жыл бұрын
Aleksandr Gorbachev , you are welcome... Please like and subscribe to get more experiments like this
Check in / out Google Sheets
12:05
The Mobile Sales Engineer
Рет қаралды 212 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
MIT App Inventor Barcode Scanning Project
6:10
Oh Yicong
Рет қаралды 12 М.
Can you scan a barcode into a Google Sheet?
4:22
The Mobile Sales Engineer
Рет қаралды 348 М.
[AI2 Tutorial] - 03 Barcode/QR code Scanner
7:30
BerryRocket
Рет қаралды 75 М.
Chinese app design: weird, but it works. Here's why
10:51
Phoebe Yu
Рет қаралды 607 М.
inventory management with scanner google sheets
16:53
Excel Highway
Рет қаралды 9 М.
How to Read Data from Google Sheets in MIT App Inventor
17:55
Allison John
Рет қаралды 180 М.
QR Code Attendance System
11:49
Primal EduWorld
Рет қаралды 73 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН