Can You Use Multiple Tiny Databases At Once Mit App Inventor
Message has been deleted
Scott Ferguson
unread,
Jan 21, 2016, 4:24:53 AM 1/21/16
to MIT App Inventor Forum
There is only one TinyDB database per app.
You can create new tag names for your data and set them to lists of values of unlimited length.
Or is your question about how to enter more than one value into a single TextBox?
---
sf
Message has been deleted
Taifun
unread,
Jan 21, 2016, 4:51:50 AM 1/21/16
to MIT App Inventor Forum
TinyDB tutorial by Stephen
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.
Message has been deleted
Taifun
unread,
Jan 21, 2016, 5:43:45 AM 1/21/16
to MIT App Inventor Forum
first learn the basics, doing the tutorials usually helps...
then try something and if you get stuck, post a screenshot of your
relevantblocks
Taifun
Message has been deleted
Italo
unread,
Jan 21, 2016, 5:59:45 AM 1/21/16
to MIT App Inventor Forum
How about you store a list under a unique tag in TinyDB?
Then you can keep adding items to that same list later.
Italo
unread,
Jan 21, 2016, 6:02:14 AM 1/21/16
to MIT App Inventor Forum
Wait, what you want is to JOIN previous text with new text, right?
Use the JOIN block to add the new text in textbox2 at the end of textbox1.
Message has been deleted
Italo
unread,
Jan 21, 2016, 6:16:50 AM 1/21/16
to MIT App Inventor Forum
Add the new text in textbox2 at the end of textbox1.
Scott Ferguson
unread,
Jan 21, 2016, 6:39:22 AM 1/21/16
to MIT App Inventor Forum
Is this what you mean?
---
sf
Screenshot_2016-01-20-17-36-26.png
Message has been deleted
Italo
unread,
Jan 21, 2016, 8:40:20 AM 1/21/16
to MIT App Inventor Forum
If you think a little, you will realize you are giving the answer to your own question:
JOIN the old value stored in TinyDB + the value of textbox1 + the value of textbox2 and store this JOINED text in TinyDB again.
Next time you will retrieve that joined text you just saved as the old value, and will repeat the process.
Message has been deleted
Scott Ferguson
unread,
Jan 21, 2016, 10:11:34 AM 1/21/16
to MIT App Inventor Forum
The last two screen captures are after the app was closed then reopened and shows that the previous text was saved.
---
sf
Screenshot_2016-01-20-21-02-27.png
Screenshot_2016-01-20-21-02-33.png
Screenshot_2016-01-20-21-06-14.png
Screenshot_2016-01-20-21-06-22.png
Raphael Celinio Rouvier
unread,
Jan 21, 2016, 6:45:30 PM 1/21/16
to MIT App Inventor Forum
This is EXACTLY what im talking about.
Special Thanks, Scott Ferguson , and thanks too to all the helpers. =)
Success guys!
- Raphael.
Marine
unread,
Jan 22, 2016, 3:10:25 PM 1/22/16
to MIT App Inventor Forum
Can you build me an app too Scott? Kidding! You guys are some great teachers!
Scott Ferguson
unread,
Jan 23, 2016, 6:49:26 AM 1/23/16
to MIT App Inventor Forum
Can You Use Multiple Tiny Databases At Once Mit App Inventor
Source: https://groups.google.com/g/mitappinventortest/c/4z_GZEVkb5g
Posted by: hopkinshodauld.blogspot.com
0 Response to "Can You Use Multiple Tiny Databases At Once Mit App Inventor"
Post a Comment