This video is about creating a Forms App in MIT App Inventor using Tiny DB in MIT App Inventor. Tiny DB in MIT App Inventor is a component used to store data locally in the mobile.
Using Tiny DB, Even if you close the app, the data is not cleared and will still remain when the app is again opened.
Apps created with App Inventor are initialized each time they run. This means that if an app sets the value of a variable and the user then quits the app, the value of that variable will not be remembered the next time the app is run. In contrast, TinyDB is a persistent data store for the app. The data stored in a TinyDB will be available each time the app is run. An example might be a game that saves the high score and retrieves it each time the game is played.
TinyDB can also be used to tranfer data to different screens like I showed on the video.
Create Chat App in MIT App Inventor: • How To Create Chat(Messaging) App || MIT A...
Create an Voice Assistant in MIT App Inventor: • Create a Voice Assistant / ChatBot [AI] ||...
SUBSCRIBE NOW: http://bit.ly/YTclickhere
#mitappinventor
#mitappinventor2
#appinventor
#appinventor2
#krishnaraghavendran
Please Subscribe, like and share this video.
⏱️⏱️TIMECODES⏱️⏱️
0:00 - Intro - Forms App - Tiny DB - MIT App Inventor
1:09 - UI Design - Forms App - Tiny DB - MIT App Inventor
6:07 - Blocks Section - Forms App - Tiny DB - MIT App Inventor
10:05 - Testing The App [Demo] - Forms App - Tiny DB - MIT App Inventor