Package 

Interface ImageLoader


  • 
    public interface ImageLoader
    
                        

    A service class that loads images by executing ImageRequests. Image loaders handle caching, data fetching, image decoding, request management, 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.