Android Imageview Setimagebitmap
I'm trying to better understand how Android handle images in order to use memory more efficiently. I have an image stored in the Bitmap and I'm using ImageView.setImageBitmap() to
Solution 1:
Take a look at this article : http://developer.android.com/training/displaying-bitmaps/index.html
There's some useful lessons that helps you to understand android's memory management better
Post a Comment for "Android Imageview Setimagebitmap"