Page 1 of 1

screen size to automatically resize ?

Posted: Wed Aug 08, 2012 11:26 am
by d.m.holdawayGA2553
the app i have created looks cool on my iphone ( well when i say cool i mean all the buttons are in the right place not quite figured out how to not make it look early 90s.. but hey! it works.. )

for it to work on the 10000 different android type screens do i have to create 10000 different cards all different sizes and then setup detection if etc go card ?

any ideas are welcome to how i can do this.

i have tired a search but found nothing. i am toying with the idea of using a different sdk..

thanks

Darren

Re: screen size to automatically resize ?

Posted: Wed Aug 08, 2012 12:17 pm
by shaosean
Check the dictionary to see if the screenRect function works on Android, if it does then you can get the dimensions of the screen and resize your interface accordingly..

ps.. the online dictionary really needs to be updated to show what works with mobile and what does not..

Re: screen size to automatically resize ?

Posted: Wed Aug 08, 2012 12:22 pm
by d.m.holdawayGA2553
yes it does,

thanks for that, i will give it a go.