Quitter
  • Communauté internationale
    • Langue:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Verrouillé

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

Nouveau ici ,
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

SUJETS
Développement
1.4K
Traduire
Signaler
Directives de la communauté
Restez bienveillant et courtois, ne vous attribuez pas la paternité des créations d’autrui et assurez-vous de l’absence de doublons avant de poster du contenu. En savoir plus
community guidelines
LÉGENDE ,
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.

Traduire
Signaler
Directives de la communauté
Restez bienveillant et courtois, ne vous attribuez pas la paternité des créations d’autrui et assurez-vous de l’absence de doublons avant de poster du contenu. En savoir plus
community guidelines
Engagé ,
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.

Traduire
Signaler
Directives de la communauté
Restez bienveillant et courtois, ne vous attribuez pas la paternité des créations d’autrui et assurez-vous de l’absence de doublons avant de poster du contenu. En savoir plus
community guidelines
LÉGENDE ,
Oct 02, 2012 Oct 02, 2012
LA PLUS RÉCENTE

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.

Traduire
Signaler
Directives de la communauté
Restez bienveillant et courtois, ne vous attribuez pas la paternité des créations d’autrui et assurez-vous de l’absence de doublons avant de poster du contenu. En savoir plus
community guidelines