Building apps for iPhone and Android
hi guys
i'm making way through:
professional flash mobile development: creating android , iphone applications - richard wagner
i'm planning on making single app both iphone , android in flash pro
i understand there different set each platform, wondering if here experienced in app making using flash has tips developing both platforms minimal change code - ie not having change main base code much, , also, what found did need change between platforms?
i'm interested in catering different size screens. ideally i'd app stretch fit whatever screen eg iphone/ipad/large android etc, maintain it's aspect ratio. noticed in demo apps in book, stipulate viewport eg;
private const viewport_width:int = 320;
private const viewport_height:int = 480;
so if you're stipulating viewport size, how release 1 app apple marketplace suit both iphones , ipads?
thanks time , sharing experience.
you should use actionscript detect screen size or you'll need create 2 different apps.
More discussions in ActionScript 3
adobe
Comments
Post a Comment