Reputation: 1425
I made a small Game that frequently needs to change the background. For example setBackgroundDrawableResource(R.drawable.backgroundgame); Now I get the error that I ran out of memory so my question is how do I unload the previous background from the memory?
Upvotes: 0
Views: 189