Hi community,
I've created some layouts for different activities. In this layouts I've large Background Panels (for example 1280x800) wich are defined with Background Images (in the layout).
If I start my activities there seems no problem, but when I switch between this activities there ist a oom error after some switching. (I only load the layout in the create sub)
I tried to load the images over bitmap in code, but same problem here. And yes I tried loading samples and also SetBackgroundImage(NULL) or using reflection for RunMethod("recycle").
Some other options, which I haven't seen yet?
regards Silentsea
I've created some layouts for different activities. In this layouts I've large Background Panels (for example 1280x800) wich are defined with Background Images (in the layout).
If I start my activities there seems no problem, but when I switch between this activities there ist a oom error after some switching. (I only load the layout in the create sub)
I tried to load the images over bitmap in code, but same problem here. And yes I tried loading samples and also SetBackgroundImage(NULL) or using reflection for RunMethod("recycle").
Some other options, which I haven't seen yet?
regards Silentsea
Last edited: