When should I recycle a bitmap in android? -
should recycle bitmap after assigning imageview? here talks of importance of recycling bitmaps, never quite sure when. in nowadays case bitmap sdcard , pass imageview as
myimageview.setimagebitmap(bmp);
should phone call bmp.recycle()
?
android bitmap imageview
No comments:
Post a Comment