Class RequestManager

java.lang.Object
com.bumptech.glide.RequestManager
All Implemented Interfaces:
ComponentCallbacks, ComponentCallbacks2, LifecycleListener

public class RequestManager extends Object implements ComponentCallbacks2, LifecycleListener
A class for managing and starting requests for Glide. Can use activity, fragment and connectivity lifecycle events to intelligently stop, start, and restart requests. Retrieve either by instantiating a new object, or to take advantage built in Activity and Fragment lifecycle handling, use the static Glide.load methods with your Fragment or Activity.
See Also: