hi bros…
I am confusing with screen sizes in app. As you now there are a lot of different screen size of devices in the market, i read in corona decomation about project configuration https://docs.coronalabs.com/guide/basics/configSettings/index.html
and i have many questions about it:
1- is it always make the height and width of all apps with this value width = 320, height = 480, ?
2- is the corona smart by it self to get the best assets (images @1x,@2X,3@x) for device or need to declare it by me in the code ?
3- when i dfine width and height of image or imageRect as this example:
local banner =display.newImageRect(“morningBar.png”,display.contentWidth,160)
it apear in the top of screen of samsung S3 in simulator while in htc it take most screen size >>and this accure cause of different pixels number between devices. so how can maintain the positiion of images keep fixed in all devices ?!
4-same thing about buttons positions between different devices, how can i fixed the positions ?!