available Memory Percentage
fun availableMemoryPercentage(@FloatRange(from = 0.0.toDouble(), to = 1.0.toDouble() ) percent: Double): ImageLoader.Builder
Content copied to clipboard
Set the percentage of available memory to devote to this ImageLoader's memory cache and bitmap pool.
Setting this to 0 disables memory caching and bitmap pooling.
Setting this value discards the shared memory cache set in memoryCache.
Default: Utils.getDefaultAvailableMemoryPercentage