问题描述
- bitmap关于回收发生oom内存溢出
- 我放在adaptergetView方法里去加载图片
BitmapFactory.Options options = new BitmapFactory.Options();
options.inSampleSize = 4;
bit[position] = BitmapFactory.decodeFile(uri options);
iv.setImageBitmap(bit[position]);
这个怎么回收不会发生内存溢出,求教大神,我是菜鸟
解决方案
OOM内存溢出
imageloader 内存溢出OOM
使用Bitmap--避免OOM内存溢出
时间: 2024-11-05 06:21:32