A pretty easy solution for caching images downloaded from URLs and adding them to UITableView:
https://github.com/rs/SDWebImage
Posts Tagged ‘image cache’
iPhone image cache
Friday, December 3rd, 2010Easy Image Caching for Android with multithreading.
Thursday, November 11th, 2010Displaying 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