hi , it`s always one of my big Concerns to create the App that support and not lose quality the Graphics and position of them .
specially i app for mobile there are many difference screen resolution like : 2.5 , 3.5 , 4 , 4.3 , 4.7 and 5 inch !
the default new project for android in Flash Cs6 is 480*800 pixels (4.3 inch )
the problem is when i enable Full screen option and install on the phone with 4 inch or 5 inch on both of them i lose quality of Graphics and position
Here is screenshot :
========================================================================================== ========================
there are several ways when i search and google it :
1. Create various Project with various Resolution and export them ( so the users must download and install apk that match with his phone )
- disadvantages :
A- need and take a lot of time
B-it`s not standard method and make app weak ( specially when you want to Bluetooth it or put link for download )
2.i see some AS3 script methods that try to find out the screen size and then specify the related Graphics like this link
- disadvantages :
A- i fear that this Script make the phone hangs or slow or app not responding on some Devices , cause i see a lot of line of codes only for setting up one Graphics for a different sizes
B- it`s a little bit complicated and also the size of project will Grow up cause i must embed 3 version of every Graphics in Library ( i want my app work offline like Games)
------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------ --------------------------
So any one have experience about this subject ? whats the best way to Try make an app compatible with most known Screen size of mobiles ?
------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------ --------------------------
There are some matters :
-whats a best resolution and size for start to create an app for Mobile ?
- whats a best method to stable position of object and Graphics on different screen sizes ( like Css Position that use percent %)
-what`s best method and format for images and graphics to prevent lose Quality when they scale down or up on Difference screen size ?
- how can i prevent some object and Graphic From Scale when the app open in different size screen ( in full screen mode)
i know it`s a lot of questions but i really need to know this and i`m sure many users are like me . i`m so appreciated if some one give me a nice idea or guide or give a real working Tutorial Link ( not explain some basic creating app for multi size )