Skip to content Skip to sidebar Skip to footer
Showing posts with the label Recycle

Old Items Visible A While, In Listview Or Gridview, When Recycling

This is not a big issue, but it looks strange. In a list or gridview I load images with a delay (e.… Read more Old Items Visible A While, In Listview Or Gridview, When Recycling

Is It Needed To Call Bitmap.recycle() After Used (in Android)?

According to Android Reference Document of Bitmap.recycle(): Free the native object associated wit… Read more Is It Needed To Call Bitmap.recycle() After Used (in Android)?

What Does Calling Bitmap.recycle() On Api 11+ Do?

I know that before API 10 of Android, it was important to call recycle() for Bitmaps that aren'… Read more What Does Calling Bitmap.recycle() On Api 11+ Do?

Android Fragment: Recycle Bitmap

I am using a DialogFragment from the compatibility package. I have a Bitmap which I need to recycle… Read more Android Fragment: Recycle Bitmap