I have develop a simple application and compile it with screen resolution 480*800 mdpi emulator.It shows all images perfectly placed on screen.
I have added images only in drawable folder.
But when i try the same application with 480*800 hdpi emulator the images looks big on the screen and all alignment gets distracted.
Do I need the different image size for mdpi and hdpi pixel density for same screen resolution i.e 480*800 also?
Thanks.