Iam developing an Android app using Android Studio, I referred this link to use different images resources but i failed to get the output.
What i need is "I have 480x640_240dpi, 480x800_240dpi, 480x854_240dpi, 600x1024_240dpi in my drawable-hdpi folder", but while running the app the images are stretching.
How to detect the correct resolution image to the corresponding device. And also help me how to add images to the tablet (that too only in landscape mode, in my app tablet wont work on portrait as requirements). Thanks in Advance.