I’m developing an app in android and I have to support all different screen sizes and density. So i’ve created different folder for layout : layout-small layout-large and layout.
Then I’ve created different folder for image: ldpi, mdpi and hdpi. In all drawable folder the image must be with different size true? I ask this cause of I have a phone with screen size large and density medium, the image shown will be smaller and they will not take the right size?
For Different screen size, The following is a list of resource directories in an application that provides different layout designs for different screen sizes and different bitmap drawables for small, medium, high, and extra high density screens.
The following code in the Manifest supports all dpis.
And also check out my SO answer.