Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

How to Multi-Screen android tablet application on Adobe AIR and Flash Professional

New Here ,
Oct 01, 2012 Oct 01, 2012

hello,

I have done app in ipad with Adobe AIR thats work fine in ipad,

but now i have to create android tablet app for multiscreen resolution like this,

2560*1600, 1366*768, 1280*800, 1280*768, 1024*768, 1024*600, 960*640, 960*540, 854*480, 800*600, 800*480, 800*400

and my current .fla file resolution is 1024*768 so how can i create android tablet app with multi-screen?

thanks

TOPICS
Development
1.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 01, 2012 Oct 01, 2012

If your app is mainly code layout interface, then you'll have to just change your code to work with arbitrary widths and heights, instead of a fixed width and height. If instead your app is basically one graphical scene, like say Angry Birds, or a highly graphical scene, you could take the approach I use.

Read my reply to this message:

http://forums.adobe.com/message/4735070?tstart=0

In that message I describe things in Portrait, because I was answering a question about portrait, but it all works out too if you substitute landscape numbers.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Oct 02, 2012 Oct 02, 2012

Listen to Colin he knows his stuff, I used to do code scaling and it becomes tiresome with all the different screens and there is so much to consider. Now I do no scaling but layout my app to work with everything from the narrow Android Phones to the big box of the iPad and one app one layout for over 1000 different devices.

Thanks for the suggestion some months ago Colin.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 02, 2012 Oct 02, 2012
LATEST

Glad it's working for you too! Just so you know, if you ever do Starling work you will run into troubles. Starling is hard coded to only work correctly for no_scale, and you get less troubles with top_left alignment too. I had to modify Starling slightly to make it work correctly.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines