This example shows how to speed up bitmap loading and reduce garbage collection by reusing existing bitmaps.
Note that the reused bitmap must be mutable and of the same size and configuration as the bitmap you load into it. Not sure if this is clear from the video, although it is documented in the API.
Code: http://developer.android.com/shareables/devbytes/BitmapAllocation.zip
Video: http://www.youtube.com/watch?v=rsQet4nBVi8
Note that the reused bitmap must be mutable and of the same size and configuration as the bitmap you load into it. Not sure if this is clear from the video, although it is documented in the API.
Code: http://developer.android.com/shareables/devbytes/BitmapAllocation.zip
Video: http://www.youtube.com/watch?v=rsQet4nBVi8
Comments
Post a Comment