I have an activity in my application that shows a listview of items with icons next two each item. I would like to lazy load icons for each item from the Internet using in memory caching and SD caching (very common Android use case).
I have been using this code from the Google Android developers blog: http://android-developers.blogspot.com/2010/07/multithreading-for-performance.html And discovered that it is possible for this code to generate > 100 asynctasks, Does anyone have a modified version of this they would be willing to share using a threadpool or some other mechanism to limit the number of background threads? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

