Page 1 of 1
Resizing images for different devices
Posted: Tue Jan 22, 2013 11:59 am
by abanowBUSTfGf
If I place an image on a card designed for an android phone screen then
Shrink the image and lock the size and position, will it expand in size
When opened on a larger screen eg. A samsung Galaxy tablet?
I want to use images that don't suffer in quality when expanded.
Any suggestions?
Re: Resizing images for different devices
Posted: Tue Jan 22, 2013 12:39 pm
by Klaus
Hi abanowBUSTfGf,
this is your N-th posting about possible screensize on ADROID devices and what you can do about it.
Please understand that there is no universal recipe for this and you need to put a do of work (scripting)
to make your app look good on most screens.
abanowBUSTfGf wrote:If I place an image on a card designed for an android phone screen then
Shrink the image and lock the size and position, will it expand in size
When opened on a larger screen eg. A samsung Galaxy tablet?
Of course it will NOT, unless you script this behaviour!
Suggestions?
Use images that are as big as their biggest representation (1:1) on an ANDROID screen.
Means:
If the biggest screen size your are probably facing is. e.g. 1200*800 then a fullscreen
background picture should also have 1200*800 pixel in dimensions.
Use this image also for smaller screensizes and scale it accordingly!
Best
Klaus
Re: Resizing images for different devices
Posted: Tue Jan 22, 2013 9:36 pm
by abanowBUSTfGf
There are dozens of android devices out there of varying screen sizes. How on earth does one program for all these variations?
Re: Resizing images for different devices
Posted: Tue Jan 22, 2013 9:52 pm
by Simon