Where to upload all the images and how to make images available offline

As pertains to images , you can’t store images , but you can store online links of images, or even names of images, that are within your app assets. E.g cat.png , will bring up the referenced image from your list of images…
The bast way for offline use is to upload them and give meaningful names that represent the image , then put the name in the local Db.
This works out well.

1 Like