-
public interface ImageLoaderFactoryA factory that creates new ImageLoader instances.
To configure how the singleton ImageLoader is created either:
Implement ImageLoaderFactory in your Application.
Or call Coil.setImageLoader with your ImageLoaderFactory.
-
-
Method Summary
Modifier and Type Method Description abstract ImageLoadernewImageLoader()Return a new ImageLoader. -
-
Method Detail
-
newImageLoader
abstract ImageLoader newImageLoader()
Return a new ImageLoader.
-
-
-
-