Update: The website for Redis.com has changed to Redis.io. Join using your gmail account and choose subscriptions on the left side menu. The rest of the tutorial starting from 04:48 is the same.
Mam I really liked the video. I want to know if we can use the CloudDB Data in listpicker so that the list picker gets updated whenever we update the data Please guide
Thank you for liking the video. Yes, you can use CloudDB data to provide data to your list picker. Store the data as a list against a tag in CloudDB. Load the data when the screen is initialized using the getValue procedure of CloudDB. In the gotValue event of CloudDB, set the list picker's elements to the value returned by CloudDB. In the Data Changed event of CloudDB, set the list picker's elements to the value returned by CloudDB. Just remember: If you use the default CloudDB provided by MIT App inventor, then the app adding data to the CloudDB and the one with the listpicker will have to be the same. If you are using the free Redis Cloud as shown in this tutorial then you can have two different apps: one for adding the data for the list picker to Cloud DB and the second app can be the one with the list picker. With free Redis Cloud, you can also add data through console.
Redis has provided softwares like RedisInsight, RedisCLI, etc for editing data. The links are given below public end point on the console. You can also use Firebase db instead, where editing data from the console is easier. I have done a tutorial on setting up firebasedb, too. ruclips.net/video/AAiyBzyMwX8/видео.htmlsi=OzsBK3Y3MzfBgpxQ
Hi, Would you kindly make a video about app signing and Integrity api, App Bundle Explorer with MIT App Inventor!? By uploading my app bundle, this error message appears: If you want to upload an Android app bundle, you must be signed in to Play App Signatur!
I have done app signing videos for both macOS and windows. Just remember to export keystore from mit app inventor. The alias is androidkey and password for both key store and key alias is android.
Hai, when i was publish the app google play console swing error Your app contains exposed Google Cloud Platform (GCP) API keys how to fix it. mit app or kodular. Pls help me
@@Sam1988155 no i don't have a youtube video on this topic of encoding API key yet but it is not very difficult. The obfuscate block is inside the red text blocks of the code section in MIT App inventor
Hello i have a problem when i was connecting my redis the problem is everytime i press submit a problem comes up in short answer the problem is connection refuse. How can i fix this?
@@ObsidianSoftEducation no sir/maam i connected it the same way as the video. But it just said many things and the cause is Connection refuse. I don't know how to configure the data base since i used a phone when i created my account on redis.
@@filthyjptv5136 Make sure that you are providing the RedisServer, RedisPort and token as explained in the video. You have to also uncheck UseSSL checkbox for the CloudDB in its properties.
Hi madam. Can you help me to use this cloud db? I cannot display the stored value in the cloud DB if i use multiple list view. Do you know how to call the saved date to be displayed into their respective listview? Example: I have James information in Listview 1, and I have Adams information in the listview 2. Whenever, the screen initialize, i would like the data to appear in their appropriate list view. Please help me madam.
How are you storing the data? As a list of dictionaries against one tag for entire data? Or do you have a separate tag for storing James data as a list?
The free storage limit is 30MBs. If you want more than 30 MBs, then subscribe to a payment plan here: app.redislabs.com/#/subscription/1933581/change-plan
Update: The website for Redis.com has changed to Redis.io. Join using your gmail account and choose subscriptions on the left side menu. The rest of the tutorial starting from 04:48 is the same.
Indeed it's much needed thing when you have to store all type of data either important documents or professional....
TILL now not a single video goes that I have a doubt Thanks Mam Keep it. 👍👍👍👍
Most welcome 😊
Masha-Allah you have immense knowledge about MIT 👌🏻
It's an interesting tutorial with all techniques shared in detail. Securing data is most important.
One of another informative tutorial you have shared .. it's really helpful to learn step by step
Though I am not into coding but your videos are always very interesting and easy to understand.
Fun fact we are learning this amazing course for free 🥰 May you get more success Aameen Summa Aameen
Very nicely explained. It's easier to work at cloud & program customized as well.
Fantastic work 👌 very helpful for people who are working on MIT app and cloud DB server 👍
Your videos are very informative and your way of explaining is very good...thanks 4 sharing
Amazing video 👌you have shared every detail of it very properly.
Thank you very very much for yours videos , really you are the best for appinventor ' app!!!
Wow, Thanks 😊
Very good amount of knowledge u have.. keep it up
Very detailed and well explained tutorial
This is really helpful tutorial
Thanks 😊
Amazing It's really interesting tutorial
you are the best keep going
Thank you :)
I have a question, if I live in Vietnam, which region should I choose?
South East Asia
@@ObsidianSoftEducation thank you, and I apply this free cloudDB for sign up/sign in in my app, so how can I see and control all the account typed?
@@dienau6313 You only have one account and there is not that much you can control in the free version.
This is very interesting App and you explained very well 👏
Mam I really liked the video. I want to know if we can use the CloudDB Data in listpicker so that the list picker gets updated whenever we update the data
Please guide
Thank you for liking the video. Yes, you can use CloudDB data to provide data to your list picker. Store the data as a list against a tag in CloudDB. Load the data when the screen is initialized using the getValue procedure of CloudDB. In the gotValue event of CloudDB, set the list picker's elements to the value returned by CloudDB. In the Data Changed event of CloudDB, set the list picker's elements to the value returned by CloudDB.
Just remember:
If you use the default CloudDB provided by MIT App inventor, then the app adding data to the CloudDB and the one with the listpicker will have to be the same. If you are using the free Redis Cloud as shown in this tutorial then you can have two different apps: one for adding the data for the list picker to Cloud DB and the second app can be the one with the list picker. With free Redis Cloud, you can also add data through console.
Very interesting. thanks for sharing
Very interesting and informative video 😊
This rurorial is very helpful
Thanks 😊
Hi, how do I upload on CloudDB? Like instead of making an application to write questions in it, how do I write in it directly?
Redis has provided softwares like RedisInsight, RedisCLI, etc for editing data. The links are given below public end point on the console.
You can also use Firebase db instead, where editing data from the console is easier. I have done a tutorial on setting up firebasedb, too. ruclips.net/video/AAiyBzyMwX8/видео.htmlsi=OzsBK3Y3MzfBgpxQ
Hi,
Is it possible to store data in Listpicker instead of list view and then fetch the data
Yes, the usage of the listview and listpicker is almost the same.
App ki video bhut interesting Hoti hai
Hi, Would you kindly make a video about app signing and Integrity api, App Bundle Explorer with MIT App Inventor!? By uploading my app bundle, this error message appears: If you want to upload an Android app bundle, you must be signed in to Play App Signatur!
sure. will look into it and make a video about it.
@@ObsidianSoftEducation 🥰🥰🥰
I have done app signing videos for both macOS and windows. Just remember to export keystore from mit app inventor. The alias is androidkey and password for both key store and key alias is android.
Zabaradast Tutorial
Hai, when i was publish the app google play console swing error Your app contains exposed Google Cloud Platform (GCP) API keys how to fix it. mit app or kodular. Pls help me
Use obfuscate text block where you provide your api key and not a simple text block.
If you have any RUclips vedios is there please share me it was many helpful.
@@Sam1988155 no i don't have a youtube video on this topic of encoding API key yet but it is not very difficult. The obfuscate block is inside the red text blocks of the code section in MIT App inventor
Thanks for your immediate response thanks lot.
Most welcome 😊
Hello i have a problem when i was connecting my redis the problem is everytime i press submit a problem comes up in short answer the problem is connection refuse. How can i fix this?
Was the app connecting before and has stopped connecting recently?
@@ObsidianSoftEducation no sir/maam i connected it the same way as the video. But it just said many things and the cause is Connection refuse. I don't know how to configure the data base since i used a phone when i created my account on redis.
@@filthyjptv5136 Make sure that you are providing the RedisServer, RedisPort and token as explained in the video. You have to also uncheck UseSSL checkbox for the CloudDB in its properties.
Excellent app for data storage.
Interesting and helpful tutorial
Interessting whivh Software you use???
Hi madam. Can you help me to use this cloud db? I cannot display the stored value in the cloud DB if i use multiple list view. Do you know how to call the saved date to be displayed into their respective listview? Example: I have James information in Listview 1, and I have Adams information in the listview 2. Whenever, the screen initialize, i would like the data to appear in their appropriate list view.
Please help me madam.
How are you storing the data? As a list of dictionaries against one tag for entire data? Or do you have a separate tag for storing James data as a list?
@@ObsidianSoftEducation i created one tag for james. and another tag for adam.
So, then in gottext event, check the tag and fill the appropriate list view accordingly.
@@ObsidianSoftEducation thank you madam. This solve the issue.
@@danialasyraf3732 most welcome!
How to free storage limit?
The free storage limit is 30MBs. If you want more than 30 MBs, then subscribe to a payment plan here: app.redislabs.com/#/subscription/1933581/change-plan