Let us suppose that I made an android app that has an image in it.
I had kept the same image of different sizes in xxxhdpi, xxhdpi, xhdpi, hdpi, mdpi and ldpi Drawable folders.
When a 'hdpi android phone' downloads my app, will it it download the image from all the Drawable folders or just the 'hdpi' Drawable folder ?
I wanted to know if using separate images for separate screen types increases the app size or not.