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 -

ios - Can NSManagedObject conform to NSCoding -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -