Articles → Android → Imageview In Android
Imageview In Android
What Is An Imageview Control?
Example
- Drag and drop the image view
Click to Enlarge
- One you drop the image view, a pop up window will come to select the image
Click to Enlarge
- Select the image and click on Ok.
Click to Enlarge
Click to Enlarge
Setting The Image Source From Java Code
ImageView imageView = (ImageView)findViewById(R.id.imageView2);
imageView.setImageResource(R.mipmap.ic_launcher);