Lazy Loading and Memory Management of Images in ListView in Android
Leave a reply
Introduction to Lazy Loading What is lazy loading? A little introduction of lazy loading is it is a design pattern to defer the initialization of an object until the point at which it is needed. In simple words create objects when it is needed. Problems to Tackle Before talking about lazy loading of images, I Continue Reading »