[SOLVED] Memory release when apps switched to background
-
Hi,
I'm writing an application on Meego platform. When the application is switched to background, I want to release as much as memory as possible. What I've been doing so far.
- Listening for switch-to-background event
- Clear pagestack
However, seems that it doesn't help much (usage memory is still ranged from 50-70MB). Can you suggest any thing that I can do to achieve the target? Our application has lots of images, could it be a reason for using lot of memory? I know the images are cached, but I assumed that it should be freed when the application switched to background.