Displays an arbitrary image or a drawable, such as an icon or an xml defined graphical element.
Displays an arbitrary image, such as an icon. The ImageView
class can load images from various sources (such as resources or content providers) and it will take care of computing its measurement from the image so that it can be used in any layout manager. It also provides various display options such as scaling and tinting.
More information can be found in the documentation for the ImageView class.