android - Efficient way to release bitmaps from ArrayList -
i store few bitmaps in arraylist, since bitmaps expensive resource know if there efficient way release bitmaps, when no longer need arraylist or calling clear on arraylist enough ?
you have call recycle()
on every bitmap
arraylist
holding. can call clear()
Comments
Post a Comment