Android 销毁ImageView的bitmap

BitmapDrawable drawable (BitmapDrawable)imageView.getDrawable(); Bitmap bmp = drawable.getBitmap(); if (null != bmp && !bmp.isRecycled()){  bmp.recycle();  bmp = null;}
相关文章
相关标签/搜索