set Image Loader
Set the singleton ImageLoader. Prefer using setImageLoader(ImageLoaderFactory) to create the ImageLoader lazily.
@JvmStatic()
@Synchronized()
Content copied to clipboard
Set the ImageLoaderFactory that will be used to create the singleton ImageLoader. The factory is guaranteed to be called at most once.
NOTE: factory will take precedence over an Application that implements ImageLoaderFactory.