Stay organized with collections
Save and categorize content based on your preferences.
Contains classes for loading images from Google Play services.
Interfaces
Classes
ImageManager |
This class is used to load images from the network and handles local caching for you.
|
Size |
Immutable class for describing width and height dimensions in pixels.
|
WebImage |
A class that represents an image that is located on a web server.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["The `com.google.android.gms.common.images` package provides classes for loading and caching images from various sources, including the network."],["`ImageManager` is the primary class for handling image loading and caching, simplifying the process for developers."],["The package includes helper classes such as `Size` for defining image dimensions and `WebImage` for representing images hosted online."],["An `ImageManager.OnImageLoadedListener` interface is available to receive callbacks when images have finished loading."]]],[]]