GlFancyCoverFlow
GlFancyCoverFlow copied to clipboard
memery leak 内存泄露
因为Gallery的特性, this.wrappedViewBitmap = Bitmap.createBitmap(measuredWidth, measuredHeight, Bitmap.Config.ARGB_8888);
这句代码是有内存泄露的.
频繁的重新创建Gallery,会导致以前的没有被回收,最终导致内存暴了