livecode - How to create Screen sizes of Live Code application compatible to Iphone,Android All Screens -


i have developed app want run on every platform livecode supports.i have created app 480x800 size.now when test in iphone , android.app taking static size.so looks odd when testing under various sizes.how can make compatible sizes.that should there can automatically resize app screen size.

we implementing resolution independence livecode , bring automatic scaling applications.

in mean time, have use 1 of following options-

1) programmatically resize stack-

http://forums.runrev.com/viewtopic.php?f=8&t=14859

2) use 1 of following 3rd party plugins-

http://buchwald.ca/developer-tools/

http://mobgui.com/morph.php

http://www.gadgetplugins.com/altplugins/altmobileresizer.rev


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -