com.nostra13.universalimageloader.core
Class ImageLoaderConfiguration

java.lang.Object
  extended by com.nostra13.universalimageloader.core.ImageLoaderConfiguration

public final class ImageLoaderConfiguration
extends java.lang.Object

Presents configuration for ImageLoader

Author:
Sergey Tarasevich (nostra13[at]gmail[dot]com)
See Also:
ImageLoader, MemoryCacheAware, DiscCacheAware, DisplayImageOptions, ImageDownloader, FileNameGenerator

Nested Class Summary
static class ImageLoaderConfiguration.Builder
          Builder for ImageLoaderConfiguration
 
Method Summary
static 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createDefault

public static ImageLoaderConfiguration createDefault(android.content.Context context)
Creates default configuration for ImageLoader
Default values:



Copyright © 2011-2013. All Rights Reserved.