Android ocasionally downloads images from url
问题 A part of my application is to download images from a url and parse them to listview and single imgaview. Generaly it does not work, however some images appear occasionally. public class ImageLoader { MemoryCache memoryCache=new MemoryCache(); FileCache fileCache; private Map<ImageView, String> imageViews=Collections.synchronizedMap(new WeakHashMap<ImageView, String>()); ExecutorService executorService; public ImageLoader(Context context){ fileCache=new FileCache(context); executorService