Make the class ImageLoader a singleton
Closed this issue · 4 comments
GoogleCodeExporter commented
The class adiep.meemidroid.ImageLoader should be redesigned as singleton to
reduce memory usage.
Naturally, all the call to this class should be modified congruently.
Original issue reported on code.google.com by eros.ped...@gmail.com
on 3 Feb 2011 at 3:29
- Blocking: #26
GoogleCodeExporter commented
Original comment by eros.ped...@gmail.com
on 3 Feb 2011 at 3:29
- Changed state: New
GoogleCodeExporter commented
I start with this simple fix in order to finish the issue #26
Original comment by eros.ped...@gmail.com
on 23 Feb 2011 at 1:10
- Changed state: Started
GoogleCodeExporter commented
Original comment by eros.ped...@gmail.com
on 23 Feb 2011 at 1:10
GoogleCodeExporter commented
ImageLoader now is a singleton: that implies minor use of memory and more
readable code
Original comment by eros.ped...@gmail.com
on 3 Mar 2011 at 11:17
- Changed state: Fixed