GDG-Korea / GoogleDevelopersLive

This application is able to watch Google Developers Live page's youtube video and scheduled programs.
https://play.google.com/store/apps/details?id=com.proinlab.gdlapp
45 stars 28 forks source link

fix #24 : out of memory. #25

Closed dalinaum closed 11 years ago

dalinaum commented 11 years ago

Because of too many references to bitmaps and views, it occurs out of memory exception. I removed two arrays and used LRUCache and down-scale decoder for bitmaps. Although it is more robust than before, it is just a rough solution.