I'm developing some application where requires downloading many posts from server. List item contain some text information, user pic & image is inserted into the message.
For updating listview I'm using PullToRefreshListView from there https://github.com/chrisbanes/Android-PullToRefresh and lazy loading and caching listview images from this http://codehenge.net/blog/2011/06/android-development-tutorial-asynchronous-lazy-loading-and-caching-of-listview-images/.
Everything works well, but I have next problem: when I'm scrolling listview and dowloading more and more items I get the error message about out of memory. How can I solve this problem?