A pretty easy solution for caching images downloaded from URLs and adding them to UITableView:
https://github.com/rs/SDWebImage
Tag Archives: image cache
Easy Image Caching for Android with multithreading.
Displaying images in a ListView from online sources are not always trivial. To have seamless scrolling and good UI experience, you need to have a separate thread, which downloads and adds images to the ListView. A really intresting article about this, can be found here: http://android-developers.blogspot.com/2010/07/multithreading-for-performance.html