Reputation: 41
I have a simple question here regarding image.
I have this image 300x240pixel on my laptop screen, however when i put it into the android phone, it becomes smaller. why is this so?
I did some research before posting here, apparently this got to do with dpi? Is it possible to to have the same 300x240 size on my laptop screen to be displayed on the android phone without being pixelated?
Thank You
Upvotes: 0
Views: 1092
Reputation: 1437
Yes, but you will need to use the different dpi sections in res/drawable folders. Reference: http://developer.android.com/guide/practices/screens_support.html
Upvotes: 1