All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nostra13.universalimageloader.core.assist.LoadedFrom Maven / Gradle / Ivy

Go to download

Powerful and flexible instrument for asynchronous image loading, caching and displaying on Android

There is a newer version: 1.9.5
Show newest version
package com.nostra13.universalimageloader.core.assist;

/**
 * Source image loaded from.
 *
 * @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
 */
public enum LoadedFrom {
	NETWORK, DISC_CACHE, MEMORY_CACHE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy