Can we store the image in TinyDB

No, you can’t use store Images as far i know you can only store values in Tiny DB.

Thanks!

Possible solution as you had store value a.png then if its already downloaded then you can open it using this path

file:///sdcard/download/a.png

We do not have to open the image. We have to set the image in the screen background.

Use this in blocks of screen background

You could convert an image to a base64 string and store it in a TinyDB.

https://groups.google.com/forum/#!msg/mitappinventortest/TAkRiwgY1yI/wQBnn6E0CwAJ

2 Likes

Yes thatI I was going to tell