/Android-Asynchronous-ImageCache

Android - Asynchronous loading Bitmap Image using DiskCache and LruCache in GridView

ImageCache

Android-Asynchronous-ImageCache can download web images using cache and thread.

Features

  • Using 2 column GridView
  • Using AsyncTask to download web image asynchronously
  • Using LruCache to cache bitmap in memory
  • Using DiskCache to cache bitmap in disk

Usage

  • First, Unzip the file.
  • Seond, Open the eclipse.
  • Third, File -> import -> Android -> Existing Android Code into Workspace. Add the project into your workspace.
  • Last, Build!

Acknowledgments

I refer to andorid develop site and JAVA CAN DO IT(Korean) Blog. I refer to codebutler to parse JSON.

Thanks.