ListView VERY slow when images are loaded (using Universal Image Loader)
问题 My listView runs very smooth with just text - but as soon as I try to load in thumbnails (even from cache), it runs SOO choppy. I'm using the Universal Image Loader script The code in my ArticleEntryAdapter within public View getView(...) method: /** * PHOTOS */ ImageLoaderConfiguration config = new ImageLoaderConfiguration.Builder(this.mContext) .enableLogging() .memoryCacheSize(41943040) .discCacheSize(104857600) .threadPoolSize(10) .build(); DisplayImageOptions imgDisplayOptions = new