What's the best way to add a lot of images?

Making a coloring book app, I need to have a lot of images on the app to choose from. I have been downloading the image files as assets but recently I had all my assets break for some reason and I had to re upload them. To help prevent this from happening again, is there a better way to handle loading a lot of images? I’m a beginner so this is all new to me. Thank you in advance for any help!

I believe you could bulk upload them to Cloudinary. The advantage is that once they are uploaded, you shouldn’t have any problems with accessing the images as long as the device is connected to the Internet. Loading times will be a little slower than having the images directly on the device.

It’s hard to know what to suggest without knowing what happened and what caused (if you know) the earlier problem.

2 Likes

Thanx for the suggestion! I will look into Cloudinary. As far as what caused my assets to break, I really don’t know. I reloaded the Thunkable website and the assets were broken. I then went onto my copied project and the assets weren’t working in that either. The images were just blank. To fix the issue, I had to delete and reload all my assets.