Image Loader
interface ImageLoader
Content copied to clipboard
A service class that loads images by executing ImageRequests. Image loaders handle caching, data fetching, image decoding, request management, bitmap pooling, memory management, and more.
Image loaders are designed to be shareable and work best when you create a single instance and share it throughout your app.
Types
Functions
newBuilder
Link copied to clipboard
Create an ImageLoader.Builder that shares the same resources and configuration as this image loader.
Properties
bitmapPool
Link copied to clipboard
defaults
Link copied to clipboard
The default options that are used to fill in unset ImageRequest values.
memoryCache
Link copied to clipboard
Extensions
executeBlocking
Link copied to clipboard
@WorkerThread()
Content copied to clipboard
Execute the request and block the current thread until it completes.