由于页面含有ImageView引起的内存溢出。
作如下处理:在OnDestroy中
Drawable d = imageView.getDrawable(); if (d != null) d.setCallback(null); imageView.setImageDrawable(null); imageView.setBackgroundDrawable(null);
时间: 2024-10-23 03:04:35
由于页面含有ImageView引起的内存溢出。
作如下处理:在OnDestroy中
Drawable d = imageView.getDrawable(); if (d != null) d.setCallback(null); imageView.setImageDrawable(null); imageView.setBackgroundDrawable(null);