0

I want to preload my game images while the splash screen. I'm loading all my sounds with SoundPool, but I didn't find something like this for images. How can I preload my images to use the resources later in the game. Thanks.

1 Answers1

-1

Just load them in LruCache as described in documentation

Dmytro Rostopira
  • 10,588
  • 4
  • 64
  • 86
  • Thanks this really helped me. http://stackoverflow.com/questions/11623994/example-using-androids-lrucache –  Sep 05 '16 at 05:50