SONY_liv
(SONY liv)
January 5, 2022, 5:50pm
#1
how to store image in tiny db and also call it
dora_paz
(Dora)
January 5, 2022, 5:53pm
#2
Actually you save image’s path in tinyDB
I was searching for many ways to save the image in TinyDB, so that we can show image later in our app. Well, it is not possible to save the image in TinyDB as TinyDB only saves strings and integers but I found a way which will work for you.
We use images in two ways in our app:
i) Image from assets.
ii) Image from internal storage which is available in our mobile.
While image from assets are easy to save in tiny db, as we can just store name of file loaded in the asset. See the blocks…
SONY_liv
(SONY liv)
January 6, 2022, 9:25am
#3
wanted to call from airtable and store in tinydb can you show some block (image)
dora_paz
(Dora)
January 6, 2022, 9:29am
#4
It is not that hard to try. Create a global variable, for example images, to create an empty list. Call column from airtable, set global variable to get values. Store global variable in tinyDB.
SONY_liv
(SONY liv)
January 6, 2022, 9:32am
#5
please i request to you if you can show me i am unable to understand blocks i request to you