I have an image with dimensions 250*70 pixels under drawable folder (I'm just starting out in Android development, so i created drawable folder in res) and I have the same image with higher dimensions in drawable-large folder; but the image is not looking as I expected.
Can anyone explain the reason behind/purpose of 3 drawable folders?
Where should I store my image so that it displays properly in both modes (landscape & portrait) and in all the mobiles (including tablets)?
I want my image to scale dynamically to the size of the device screen.
Can anyone share your views or links to search ?