Hey guys, I want to ask someone if they understand why images sometimes take a long time to load in an app's interface. For example, if I create a Gallery-type menu with images, they take a long time to display and, if you know, is there any other way to make them load faster? The images are saved in Google Drive and are .jpg
Solved! Go to Solution.
Those are nice!!
I typically create a dedicated folder underneath my app default path, place all the app images in that folder and then reference the images from that location.
For instance, I might create folder named "App Images" inside of the apps' configured default path and place all my static app related images there. Inside of the app I can reference the images as "App Images/image1.jpg", for example. I have never noticed any issues with loading of the images EXCEPT when I have swapped out an image for one of the same name. Then it seems to take a few minutes. I assume this is due to caching of some sort.
I hope this helps!
Those are nice!!
I typically create a dedicated folder underneath my app default path, place all the app images in that folder and then reference the images from that location.
For instance, I might create folder named "App Images" inside of the apps' configured default path and place all my static app related images there. Inside of the app I can reference the images as "App Images/image1.jpg", for example. I have never noticed any issues with loading of the images EXCEPT when I have swapped out an image for one of the same name. Then it seems to take a few minutes. I assume this is due to caching of some sort.
I hope this helps!
Thank you very much @WillowMobileSys , I will put it into practice.
User | Count |
---|---|
18 | |
14 | |
11 | |
7 | |
4 |