June 2015
Intermediate to advanced
206 pages
4h 32m
English
When it comes to applications that use many images, it is important to reduce their loading time, especially when they are requested from a remote server.
One strategy to reduce the loading time is to use an Atlas (also known as sprite). An Atlas groups all the application images into one big image, so it reduces the number of necessary requests to the operating system, or online requests.
Here is the image of the Atlas we use for invaders revenge:

Instead of requesting five images for the invaders revenge, we will just request the Atlas image. We will also need an associated json file that tells us the ...
Read now
Unlock full access