When i implement an ImageView the quality is very low and i cant choose between mipmap folders (xhdpi,mhdpi,xxhdpi etc.). The images are all in one directoy so i cant define in with src or background.
Here a picture of my res directory
How can i achieve an imageview with a good resolution.? I tried several ways and it not seem to work out. I appreciate your help
you should add xhdpi,mdpi,xxhdpi as directories in the res folder right click res>> new >>Android resource directory select resource type as mipmap and available qualifiers select density then click the >> button select on of the densities from the drop down menu repeat for each density you need.
then place each designated image in its own density folder, android should then automatically use the resource that matches every screen density