Hello Community,
I’m getting around 20-25 images at a time. As I will manipulate these images in different widgets and in several pages I decided to convert each image into a blob. A blob is still a remote object being served by the appgyver deployed web-app. The pointer to each blob is saved in a global app variable - a list of objects. Then I use this list of object as a data source, the main idea being to call into the remote image store (a database) only when and if required. Still the fetching and converting images into blobs takes some perceptible time…and of course blobs are not stored in any offline storage on the device but are rather being served from the browser cache. I am still wondering whether this approach is a good one as anyways the images initially fetched would be cached by the browser itself. Any thoughts ? cheers; Piotr
PS.
AppGyver Academy: https://docs.appgyver.com/appgyver-academy
Troubleshooting FAQ: Troubleshooting — FAQ - AppGyver