Android-Asynchronous-ImageCache can download web images using cache and thread.
- 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
- 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!
I refer to andorid develop site and JAVA CAN DO IT(Korean) Blog. I refer to codebutler to parse JSON.
Thanks.