|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nostra13.universalimageloader.core.ImageLoaderConfiguration
public final class ImageLoaderConfiguration
Presents configuration for ImageLoader
ImageLoader,
MemoryCache,
DiskCache,
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 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 inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ImageLoaderConfiguration createDefault(android.content.Context context)
ImageLoader thisthisDefaultConfigurationFactory.createMemoryCache(int)UnlimitedDiscCacheDefaultConfigurationFactory.createImageDownloader(Context)DefaultConfigurationFactory.createImageDecoder(boolean)DefaultConfigurationFactory.createFileNameGenerator()Simple optionsQueueProcessingType.FIFO
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||