I'm wondering how do I use the "load layout images" properly to maximise performance. I find using it on the home screen, my project goes up to 70mb memory usage but once I change layout, it immediately goes back to normal 50mb, the same memory usage if I were not to even use the function/load that 2nd layout by itself. My assumption is that since I made it load all images in all layouts, the memory usage will stay the same at 70mb throughout the whole project.
How do I use it to my advantage?
Thanks