Class Summary |
ConnectivityMonitorFactory |
A factory class that produces a functional ConnectivityMonitor if the application
has the android.permission.ACCESS_NETWORK_STATE permission and a no-op non functional
ConnectivityMonitor if the app does not have the required permission. |
RequestManagerFragment |
A view-less Fragment used to safely store an RequestManager that
can be used to start, stop and manage Glide requests started for targets the fragment or activity this fragment is a
child of. |
RequestManagerRetriever |
A collection of static methods for creating new RequestManager s or retrieving existing
ones from activities and fragment. |
RequestTracker |
A class for tracking, canceling, and restarting in progress, completed, and failed requests. |
SupportRequestManagerFragment |
A view-less Fragment used to safely store an
RequestManager that can be used to start, stop and manage Glide requests started for
targets within the fragment or activity this fragment is a child of. |