
In my last post I created a simple Android Twitter feed reader based on the Twitter Search API, demonstrating an application of custom ListView layouts and integration of internet data sources.
Today I’ll refactor the Twitter example to add asynchronous lazy loading and caching of images (Twitter profile images, in our case).
Full Post