memory management - Is there an Android equivalent of the iOS didReceiveMemoryWarning? -


i want know when time release resources on android. i'd keep memory in use long possible because reloading things impair user experience.

the resources i'm talking here images, mostly.

yes it's onlowmemory() function need overwrite.


Comments