| Class and Description |
|---|
| Cache
A memory cache for storing the most recently used images.
|
| Callback |
| Downloader
A mechanism to load images from external resources such as a disk cache and/or the internet.
|
| Downloader.Response
Response stream or bitmap and info.
|
| MemoryPolicy
Designates the policy to use when dealing with memory cache.
|
| NetworkPolicy
Designates the policy to use for network requests.
|
| Picasso
Image downloading, transformation, and caching manager.
|
| Picasso.Builder
Fluent API for creating
Picasso instances. |
| Picasso.Listener
Callbacks for Picasso events.
|
| Picasso.LoadedFrom
Describes where the image was loaded from.
|
| Picasso.Priority
The priority of a request.
|
| Picasso.RequestTransformer
A transformer that is called immediately before every request is submitted.
|
| Request
Immutable data about an image and the transformations that will be applied to it.
|
| Request.Builder
Builder for creating
Request instances. |
| RequestCreator
Fluent API for building an image download request.
|
RequestHandler
RequestHandler allows you to extend Picasso to load images in ways that are not
supported by default in the library. |
RequestHandler.Result
RequestHandler.Result represents the result of a RequestHandler.load(Request, int) call in a
RequestHandler. |
| StatsSnapshot
Represents all stats for a
Picasso instance at a single point in time. |
| Target
Represents an arbitrary listener for image loading.
|
| Transformation
Image transformation.
|
Copyright © 2013–2016 Square, Inc.. All rights reserved.