How To Use universal image loader offline caching?
问题 Is it possible to catch offline using universal image loader? If possible, how to use it? Using configs? How To Set Download Directory manually? out of memory erroron load huge images : my codes : DisplayImageOptions defaultOptions = new DisplayImageOptions.Builder() .cacheOnDisc(true).cacheInMemory(true) .imageScaleType(ImageScaleType.IN_SAMPLE_INT) .displayer(new FadeInBitmapDisplayer(300)).build(); ImageLoaderConfiguration config = new ImageLoaderConfiguration.Builder(G.appConfigs.context)