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

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

What is the difference between data design and data model(ERD) -

ios - Can NSManagedObject conform to NSCoding -