Hi. I have an application, which on the onResume()
method takes some time to redraw. I want to cache some things, but I am unfamiliar how and what can I "cache" (preload) data and keep it when my app is not visible.
My question is - I have some data and I want it to be loaded in memory when my activity is not visible. My data is actually a little set of jpeg'. Problem - they are being redrawn.
How can I achieve that? Strategy, example with very simple things, anything would be very useful to me.
Thanks in advance.