Android图片加载避免OOM异常

1 首先获取到系统分配给我们APP的最大内存

  int  maxMemory =Runtime.getRuntime( ).maxMemory( );

你可能感兴趣的:(Android图片加载避免OOM异常)