Yes i mean what resolution. I have read the post for dynamic resolution but if i check this skript on an htc there is a black area at the bottom of the display:
[lua]if system.getInfo(“platformName”) == “Android” then
application =
{
content =
{
–zoom
width = 320,
height = 480,
scale = “letterbox”
},
}[/lua]
so the question is what is the best way to script an app which runs in every android resolution?
i also read the article about content scaling and found this:
http://www.coronalabs.com/blog/2010/11/20/content-scaling-made-easy/
but when i use this the problem is that this won´t work to because the navi pannel which i made wouldn’t always be at the bottom because the y distance changes with every resolution
so my question is:
In which resolution shoult i build my layout for the app and how shoult i skrypt it for every android resolution? [import]uid: 149464 topic_id: 30185 reply_id: 121078[/import]