An open API service indexing awesome lists of open source software.

https://github.com/coronalabs/sample-textureload

This repository contain TextureLoad sample + Images to load.
https://github.com/coronalabs/sample-textureload

Last synced: 12 months ago
JSON representation

This repository contain TextureLoad sample + Images to load.

Awesome Lists containing this project

README

          

This sample exhibits the performance difference between pre-loading and caching large images versus loading them "on demand." Specifically, observe how the animated spinner stutters/stops when a new photo is loaded on demand, but if the images are pre-loaded and cached, the spinner animation is not interrupted.

The performance difference is more apparent when this sample is built/deployed to an actual mobile device.

Note that network connectivity is required to initially download the large image files.