Package com.bumptech.glide

Interface Summary
Glide.RequestListener<T> A class for monitoring the status of a request while images load.
 

Class Summary
BuildConfig  
Glide A singleton to present a simple static interface for Glide Glide.Request and to create and manage an ImageLoader and ModelLoaderFactorys.
Glide.ContextRequest An request for the user to provide an Context to start an image load
Glide.ModelRequest<T> A helper class for building requests with custom ModelLoaders
Glide.Request<T> Sets a variety of type independent options including resizing, animations, and placeholders.
ListPreloader<T> Loads a few images 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.
Manifest  
R