I don't know it but suppose that sometime time graphic pool is smaller than memory.
So, let's assume I have 30 bitmaps, each 8kB -> 240kB and I have 700kB free memory so could load this bitmap into it. But I can't on 4.x device because system all the time puts them into graphics pool and I have 3 cases:
- for older device with 60kb I have to limit to 1 bitmap and loading and unloading
- the same with the newest due to gr. pool even they have a lot of memory
-only f6 and similar have no graphic pool and a lot of memory so can use it.
So how to force system to load bitmap (from storage) into array in app memory?
mMBPsto = Application.Storage.getValue(STO_BMP);
mMBPstoGET = Application.Storage.getValue(STO_BMP).get(); //only for f7
f7
f6p