Is it possible to load the correct image size depending on device resolution/scale? For instance placing the same image at different resolutions in:
drawable_ldpi
drawable_mdpi
drawable_hdpi
drawable_xhdpi
And have Android select which images to use?
Or is it better to only use 1 image at highest resolution and scale down for smaller screens?
drawable_ldpi
drawable_mdpi
drawable_hdpi
drawable_xhdpi
And have Android select which images to use?
Or is it better to only use 1 image at highest resolution and scale down for smaller screens?