I don’t know where I went wrong, but my app is not taking images from drawable-ldpi,drawable-mdpi,drawable-hdpi,drawable.
I developed an app for tablet and then trying to make the app work on phone. Do I created layout-sw600dp as referenced here. But after resizing when I put my image in drawable folder and drawable-ldpi folder, every time higher resolution folder image is taken , both for phone and tablet.
I have no clue why its not taking from respective folder or where I went wrong. Please help. Thanks in advance.
!!!!!HELP HELP HELP!!!!!!
After lot of investigation I came to conclusion that every emulator is of various density i.e. high , low , medium. this can b checked here in image.
That’s why my image was taken from hdpi folder. Only solution I found out to use different resolution image for different device, although not perfectly correct. but used this as patch, any answer is still welcome. Thanks