I have my android application. For test i situate 3 different images in folders drawable-ldpi, drawable-mdpi and drawable-hdpi. They have the same names.
I have read that: 240×320 – ldpi, 320×480 – mdpi, 480×800 – hdpi.
I test my app on my device (HTC Sensation) but only image from drawable-ldpi is showing (and it has bad quality, its fuzzy)
HtC’s sensation screen is 540×960. so why image from drawable-hdpi isn’t showing and from drawable-ldpi shows ??
I have my android application. For test i situate 3 different images in folders
Share
Few things to check:
You have set a fairly recent (since hdpi) api version set in the AndroidManifest.xml
uses-sdk android:minSdkVersion=”8″