What is TinyDb?
What is TinyDb?
What is TinyDb?
�
What is TinyDb?
�
What is TinyDb?
�
What is TinyDb?
�
What is TinyDb?
�
What is TinyDb?
�
Values are stored and retrieved by their tag
Tags | Values |
NAME | ralph |
ralph
store
retrieve
Notice the default value,
Values are stored and retrieved by their tag
Tags | Values |
NAME | ralph |
SCORE | 90 |
90
store
retrieve
Notice the default value,
Values are stored and retrieved by their tag
Tags | Values |
NAME | ralph |
SCORE | 90 |
MY_LIST | [“Apple”, “Banana”, “Cucumber”] |
[“Apple”, “Banana”, “Cucumber”]
store
retrieve
Notice the default value,
Add a TinyDb
TinyDb is App Inventor’s Db for storing data permanently on the device.
Add a TinyDb
TinyDb is App Inventor’s Db for storing data permanently on the device.
Add the entire list to TinyDb
Whenever a new picture is taken.
Restore the list from the TinyDb
When the app starts up.
We use the
Screen.Initialize
block for this.
Q/A: TinyDb/Permanent Storage