Package com.bumptech.glide

Types

Link copied to clipboard
Implementation of TransitionOptions that exposes only generic methods that can be applied to any resource type.
Link copied to clipboard
open class Glide
A singleton to present a simple static interface for building requests with and maintaining an Engine, BitmapPool, and MemoryCache.
Link copied to clipboard
class GlideBuilder
A builder class for setting default structural classes for Glide to use.
Link copied to clipboard
open class GlideContext
Global context for all loads in Glide containing and exposing the various registries and classes required to load resources.
Link copied to clipboard
open class GlideExperiments
Keeps track of a set of Experimental features that may be enabled in Glide, simplifying the process of adding and removing them.
Link copied to clipboard
open class ListPreloader<T>
Loads a few resources ahead in the direction of scrolling in any AbsListView so that images are in the memory cache just before the corresponding view in created in the list.
Link copied to clipboard
enum MemoryCategory
An enum for dynamically modifying the amount of memory Glide is able to use.
Link copied to clipboard
enum Priority
Priorities for completing loads.
Link copied to clipboard
open class Registry
Manages component registration to extend or replace Glide's default loading, decoding, and encoding logic.
Link copied to clipboard
open class RequestBuilder<TranscodeType> : BaseRequestOptions<T> , Cloneable, ModelTypes<T>
A generic class that can handle setting options and staring loads for generic resource types.
Link copied to clipboard
open class RequestManager : LifecycleListener, ModelTypes<T>
A class for managing and starting requests for Glide.
Link copied to clipboard
abstract class TransitionOptions<CHILD : TransitionOptions<CHILD, TranscodeType>?, TranscodeType> : Cloneable
A base class for setting a transition to use on a resource when a load completes.