How to store many tinyDB in one DB


I want to store all this in one tinyDB(overall DB as name), so when I command to display text from all this DB’s in this above image, I should use only one DB’s name (overall DB)
in the command

what i want is to save many db’s data in one db , but not affecting it origin(from where it comes)

is it is not possible, how can i store different textbox’s text in one single DB and when a button is clicked ,all the text should display in its respective textbox

if you have different names, what about storing all those names in a list and the list in one tag only in TinyDB?

A very good way to learn App Inventor is to read the free Inventor’s Manual here in the AI2 free online eBook http://www.appinventor.org/book2 … the links are at the bottom of the Web page. The book ‘teaches’ users how to program with AI2 blocks.
There is a free programming course here http://www.appinventor.org/content/CourseInABox/Intro and the aia files for the projects in the book are here: http://www.appinventor.org/bookFiles
How to do a lot of basic things with App Inventor are described here: http://www.appinventor.org/content/howDoYou/eventHandling .

Also do the tutorials http://appinventor.mit.edu/explore/ai2/tutorials.html to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

How to work with Lists by Saj
this site says to use variable ,but i have to cross screens now and then in the app, thats why i needed a TinyDB. is there any other way to solve it???

if there is no other way of doing it , how could i make the variables constant, i.e, make variables the value of variables not to be erased when crossing screen
or
when i give the overall DB’s name in the loading textbox , it should load the specific Overall DB(because diferent input should have different DB name)

if you want to switch screens, store your values in TinyDB and read it again in the other screen

see tip 1 here

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.