static ImageLoaderConfiguration |
ImageLoaderConfiguration.createDefault(android.content.Context context)
Creates default configuration for ImageLoader
Default values:
maxImageWidthForMemoryCache = device's screen width
maxImageHeightForMemoryCache = device's screen height
maxImageWidthForDiscCache = unlimited
maxImageHeightForDiscCache = unlimited
threadPoolSize = this
threadPriority = this
allow to cache different sizes of image in memory
memoryCache = UsingFreqLimitedCache with limited memory cache size (
this bytes)
discCache = UnlimitedDiscCache
imageDownloader = ImageDownloader#createDefault()
discCacheFileNameGenerator = FileNameGenerator#createDefault()
defaultDisplayImageOptions = Simple options
tasksProcessingOrder = QueueProcessingType.FIFO
detailed logging disabled
|