image view
int iconId = R.drawable.my_Icon
See Android - View (UI Widget|Component)
For an DPI explanation, see multiple screen and Devices and Displays
DPI | Number | Number of Pixel by Dpi |
---|---|---|
MDPI | ~160 DPI | 1x |
HDPI | ~240 DPI | 1,5x |
XHDPI | ~320 DPI | 2x |
XXHDPI | ~480 DPI | 3x |
XXXHDPI | ~640 DPI | 4x |
Dpi vs Pixel Icon: