Page 1 of 1

get android app to display correctly on all screen sizes?

Posted: Sat Feb 11, 2012 4:54 am
by shermanator
I can deploy the android app only for a specific screen resolution ,
however it is not compatible with other screen resolutions , such as Android devices with smaller screens.

How do I make my stack auto-resize or auto-scale or auto-resolution to fit into all screens.

for example, if I have a button in the center of the screen , how do I get that to display properly on all screen sizes verses just the height and width of my stack window?

Re: get android app to display correctly on all screen sizes

Posted: Wed Feb 15, 2012 1:15 am
by BarrySumpter
This was sorted out in the summer academy.
I remember seeing a post that allowed us here in the normal LC support forum to download the secured summer academy example.
Search for the TickedOff example on this forum.
I hope its still available.

Re: get android app to display correctly on all screen sizes

Posted: Wed Feb 15, 2012 1:33 am
by sturgis
I think http://www.runrev.com/developers/docume ... rs-course/ is what you're looking for. Theres a bunch of good info in there including all the dynaic resizing stuff. (still going through it all myself)