BitmapDrawable drawable (BitmapDrawable)imageView.getDrawable();
Bitmap bmp = drawable.getBitmap();
if (null != bmp && !bmp.isRecycled()){
  bmp.recycle();
  bmp = null;
}

相关文章:

  • 2022-12-23
  • 2022-03-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-25
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-09
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2021-11-29
相关资源
相似解决方案