VM running out of memory while getting images from the cache
问题 The problem that I'm addressing is known to be in devices with 16 mb of heap memory, and I need to solve it. I have threads getting images from a server (Big Images) and having them cached then displayed. The problem is that I run out of memory. To explain a little further I'm posting my log cat as well as some code: public class Test extends Activity implements OnClickListener { ImageView paint, wheels, shadow; Button b; int j = 2; int i = 1; String pathToWheels, pathToPaint, pathToShadow;