Uses of Class
com.nostra13.universalimageloader.core.ImageLoaderConfiguration

Packages that use ImageLoaderConfiguration
com.nostra13.universalimageloader.core   
 

Uses of ImageLoaderConfiguration in com.nostra13.universalimageloader.core
 

Methods in com.nostra13.universalimageloader.core that return ImageLoaderConfiguration
 ImageLoaderConfiguration ImageLoaderConfiguration.Builder.build()
          Builds configured ImageLoaderConfiguration object
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 maxImageWidthForDikcCache = unlimited maxImageHeightForDiskCache = unlimited threadPoolSize = this threadPriority = this allow to cache different sizes of image in memory memoryCache = DefaultConfigurationFactory.createMemoryCache(int) diskCache = UnlimitedDiscCache imageDownloader = DefaultConfigurationFactory.createImageDownloader(Context) imageDecoder = DefaultConfigurationFactory.createImageDecoder(boolean) diskCacheFileNameGenerator = DefaultConfigurationFactory.createFileNameGenerator() defaultDisplayImageOptions = Simple options tasksProcessingOrder = QueueProcessingType.FIFO detailed logging disabled
 

Methods in com.nostra13.universalimageloader.core with parameters of type ImageLoaderConfiguration
 void ImageLoader.init(ImageLoaderConfiguration configuration)
          Initializes ImageLoader instance with configuration.
 



Copyright © 2011-2014. All Rights Reserved.