Search code examples
androidperformanceandroid-layoutuniversal-image-loader

Grid View image load on scroll and image cache


I want to load the Async image loading for grid view. The image loading should be Async and should only when grid view scrolled. And when scroll up the image should be loaded from cache. Simply i need a loading style just like fb,pinterest.


Solution

  • Your exact requirement in serviced by Android Universal Image Loader Library. Check out the github repository here

    There is a sample code given here which shows the working of the loader for a grid layout.

    Hopefully this will serve your need.