BitmapFactory.decodeFile内存溢出和变相解决方案

BitmapFactory 的decodeFile容易出现内存溢出,所以我用University ImageLoader来加载图片 变相解决这个问题





   ImageLoader.getInstance().displayImage(path,memberImg);
/*    if (file.exists()) {
      //  bitmap = BitmapFactory.decodeFile(path);

你可能感兴趣的:(BitmapFactory.decodeFile内存溢出和变相解决方案)