> > To illustrate this further, consider this code from Tim Bray downlading > images in a ListView. Something that must be implemented in thousand apps: >
http://android-developers.blogspot.fr/2010/07/multithreading-for-performance.html This code running unmodified on ICS will download images sequencially (instead of in parallel) and any timeouting download will block all other downloads. The fix is just a matter of changing the Executor, but it illustrates nicely the side effect of the change. -- 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

