Is it safe to use a 640x960 screen now for most devices rather than a 320x480? Actually my wife has a Galaxy S which is 480x800 resolution. What do you start your app resolution with?
Warren
Is it safe to use a 640x960 screen now for most devices rather than a 320x480? Actually my wife has a Galaxy S which is 480x800 resolution. What do you start your app resolution with?
Warren
Hi
Read modernizing the config.lua by Rob Miracle, works really well…
http://coronalabs.com/blog/2013/09/10/modernizing-the-config-lua/
Personally, I stopped using 320x480 a long time ago, and I adjusted my lower-end suffix brackets downward to fractional values for lower resolution devices. It works essentially the same, except that you may have issues if you try to display a line object of 1 pixel in thickness (since clearly you can’t have a line that’s 0.5 pixels wide).
Brent
Hi
Read modernizing the config.lua by Rob Miracle, works really well…
http://coronalabs.com/blog/2013/09/10/modernizing-the-config-lua/
Personally, I stopped using 320x480 a long time ago, and I adjusted my lower-end suffix brackets downward to fractional values for lower resolution devices. It works essentially the same, except that you may have issues if you try to display a line object of 1 pixel in thickness (since clearly you can’t have a line that’s 0.5 pixels wide).
Brent