I'm developing a game in Corona. I want to cache some graphic assets, loaded at run-time on the device. This is so I can quickly access the graphics upon reloading the game. Is this possible?
In my code - I'm using "display.newImage(...)" function which loads my images from Amazon. This part works.
Many Thanks :)