Hi, I'm not sure how to go about setting a game let alone any app to be able to run it on any device/screen so that it uses the entire screen on all devices and you can see everything without struggling to see the on screen text or button text. What is the best way to set things up? Also what size images is best to use knowing that devices differ in screen size?
I have experimented with GetScreenBoundsLeft(), GetScreenBoundsTop(), GetScreenBoundsRight() and GetScreenBoundsBottom() some. Also GetDeviceWidth() and GetDeviceHeight() if I remember right. Any pointers would be appreciated