How to delete data? Or clear the data stored in Cloud DB?
@rghmrtic11 ай бұрын
Thanks. Could you explain how the CouldDB method "AppendValueToList(tag, itemToAdd) works compared to the "StoreValue(tag, valueToStore)" method you used in the video?
@TheCodingBus6 ай бұрын
Great suggestion! I will check it out. Thanks😊
@VenkatachalamRavindran Жыл бұрын
Another excellent video from you.
@TheCodingBus Жыл бұрын
Thank you so much! I'm thrilled to hear that you enjoyed the video. If there's anything specific you liked or if you have any suggestions for future content, feel free to share. Your feedback is valuable!
@gt-gameandtech8354 жыл бұрын
What if want to buy a data base and not want to use this then how we will add let say i have bought a database from microsoft for my commercial app. so then how we can add it please tell
@TheCodingBus4 жыл бұрын
you have to use Redis server for that
@gt-gameandtech8354 жыл бұрын
@@TheCodingBus so can we directly add redis server if we can so please make a video on it🙏
@subasreem4406 Жыл бұрын
Can we save multiple values in same tag name pls pls do reply and i got error while fetching data using append and the error is unable to parse TLS packet header
@yablaze4 жыл бұрын
Did you find the best way for the video call app
@TheCodingBus4 жыл бұрын
ok
@simonecorna25232 жыл бұрын
Can I save an image under each Cloud label instead of the text?
@celinelim2548 Жыл бұрын
may I know why I can save my data in sequence as yours?
@TheCodingBus Жыл бұрын
this can work like same. u can try firebase instead of cloudDB
@samshah23163 жыл бұрын
How do I get the data from one screen and get it from another screen
@avp98073 жыл бұрын
Can we create inventory management app using this method. and that inventory can be made in and out by multiple salesmen
@TheCodingBus3 жыл бұрын
yes we can
@arpitmishra66514 жыл бұрын
I am making admin attendance portal but I want that there will be a attendance room created in which anyone Student can type the classroom name with password and can enter but how can I use cloud db1 in that please give me some information
@TheCodingBus4 жыл бұрын
hello, for that you should use firebase watch this kzbin.info/www/bejne/lZPSomefj7ComdU you can do this with clouddb also... but firebase is much faster
@agnijan.s.prakash80513 жыл бұрын
@@TheCodingBus how to use cloud db
@mycxl3 жыл бұрын
can this be done in different screens?
@TheCodingBus3 жыл бұрын
Yes
@VinayKumar-lh3cd4 жыл бұрын
Can You add modify and delete the data?
@TheCodingBus4 жыл бұрын
Yes
@appcreator62123 жыл бұрын
SIR CAN WE SAVE PICTURES USING THIS CODING PLEASE REPLY PLEASE SIR
@TheCodingBus3 жыл бұрын
Yes
@appcreator62123 жыл бұрын
@@TheCodingBus But how sir please help me
@sachinkulkarni72314 жыл бұрын
I made this app and it is working
@TheCodingBus4 жыл бұрын
Great. Thanks
@vohraaditya3 жыл бұрын
I tried using a different phone but still not working.. pls tell me
@TheCodingBus3 жыл бұрын
send me ur aia file on mail. thecodingbus@gmail.com with problem
@vohraaditya3 жыл бұрын
@@TheCodingBus I have sent you the email
@ashrafalameldin7173 Жыл бұрын
It work only via wifi, how to make it works via mobile data?
@TheCodingBus Жыл бұрын
Definitely it will work on mobile data also
@kmhooibg7577 Жыл бұрын
Hi sir, thanks for interesting video, but may I know how to directly show one of the tag value in notifier?
@TheCodingBus Жыл бұрын
Will upload soon
@rsiddava2 жыл бұрын
Can we store more than one value (around 4 values) using single Tag ?
@TheCodingBus2 жыл бұрын
We can For that we have to create list and then store that list in one tag
@rsiddava2 жыл бұрын
@@TheCodingBus Thanks for the reply. What is the difference between tag and value ?
@Isha-ot6tc4 жыл бұрын
Can we use cloud auto ml as a database for making apps on app inventor?
@TheCodingBus4 жыл бұрын
yes we can use it.. but this database is only for learning purpose...
@Isha-ot6tc4 жыл бұрын
@@TheCodingBus I mean to say, I have made database that identifies plant disease by the picture of it. And want the same model to be added into an app, can I use the App inventor for the App Development?
@bunielchris5763 жыл бұрын
can you do tutorial like this but image instead?
@TheCodingBus3 жыл бұрын
okay
@MrBanks143 жыл бұрын
When you enter the data and its stored, how do you remove it all ?
@TheCodingBus3 жыл бұрын
call clear all tags block
@QualityClicks_3 жыл бұрын
How to setup and run own server?? Can you make vedio on this?
@TheCodingBus3 жыл бұрын
sure i'll
@leticia_dps3 жыл бұрын
Hi! Thank you for this amazing video. I'd like to know if is it possible to access the data stored in cloudDB out of the App. I need to export it to Excel or something like that, so I can make charts.
@TheCodingBus3 жыл бұрын
Yes you can! first get all tags value in the label or list then use some extension to export that data
@areskingston18253 жыл бұрын
I realize it is kind of randomly asking but does anyone know a good website to stream newly released tv shows online?
@wyattaxton40853 жыл бұрын
@Ares Kingston Try Flixzone. You can find it on google :)
@alfredomajor92413 жыл бұрын
@Wyatt Axton yea, been using FlixZone for since april myself :D
@areskingston18253 жыл бұрын
@Wyatt Axton Thank you, I signed up and it seems to work :) I appreciate it!
@reynoldfrancis60603 жыл бұрын
How much data can be stored in cloud db?
@TheCodingBus3 жыл бұрын
For a production app you will need your own cloudDB / redis Server (you cannot rely on/and should not use the MIT provided one, it is only for developing/testing). Therefore storage capacity and performance is all down to how much you are prepared to pay, or how quick and good your own server is if you setup your own redis server. Be aware that many of the big providers of redis servers may not have the correct setup to work with SSL, using the MIT provided cloudDB components.
@docsarvis19124 жыл бұрын
I want to add a button that deletes tags and corresponding values from the cloud db so it doesn't show up in list view anymore...how can that be done?
@TheCodingBus4 жыл бұрын
on button click remove this tag but first get all tags and then update it
@PANDURANG993 жыл бұрын
How to save multiple data
@TheCodingBus3 жыл бұрын
use multiple tags
@nazrulalzam41312 жыл бұрын
Hi. I love your contents. i want to ask, can we use this app on other smartphone and get same data to every smartphone ? (like we update data on our phone, and it will update data on another phone also)
@TheCodingBus6 ай бұрын
Glad you liked it! Stay tuned for more.
@FunZone014 жыл бұрын
Thanks for this video
@TheCodingBus4 жыл бұрын
Most welcome
@ujuumahi2362 жыл бұрын
please cam u make a tutorial on Custom moviemaker app???
@TheCodingBus2 жыл бұрын
okay.. i'll try
@vegasrome3 жыл бұрын
How to save data in alphabetic order?
@TheCodingBus3 жыл бұрын
you have to create manual filter
@saenterprises46284 жыл бұрын
Bro make video, on how to upload and view files to Google Drive
@TheCodingBus4 жыл бұрын
sure..
@UzzalHossainedu4 жыл бұрын
Please make a tutorial on how to create date wise or monthreport from database in MIT App inventor
@TheCodingBus3 жыл бұрын
Ok
@UzzalHossainedu3 жыл бұрын
@@TheCodingBus advance thanks
@saritahota86554 жыл бұрын
Pls make a video on how to create Pacman game in MIT app inventor
@TheCodingBus4 жыл бұрын
Ok, I will try
@saritahota86554 жыл бұрын
@@TheCodingBus Thanks
@vig55053 жыл бұрын
Hii, how do I alphabetize the list now?
@TheCodingBus3 жыл бұрын
there is not short way to do this.. u can use for loop to arrange the data
@zz-bq2vd3 жыл бұрын
Sir, Can I store voices for my voice recognition App in cloud DB?
@TheCodingBus3 жыл бұрын
no,
@shreeyamyagnick94874 жыл бұрын
Sir pls give some ideas for app using cloud db. I am Shreeyam in grade 8 . And sir can you teach OOPs and recursion in python
@TheCodingBus4 жыл бұрын
okay...
@tanyachouhan25994 жыл бұрын
Thank you 😊
@TheCodingBus4 жыл бұрын
most welcome
@lucky_nikhil4 жыл бұрын
can you make an app like Instagram and Facebook posts downloader