Layout mobile app using pixel values
I am wondering about the width / height sizes in Android using Ti Mobile 1.3.0.
For example when I use the WVGA854 Emulator and log the displayCaps I receive following values:
displayCaps.platformWidth = 320
displayCaps.platformHeight = 569
When I log the size property of my main window it has a size from 320 width x 519 height.
Other display sizes has a similar behaviour and I found no documentation / thread about this issue.
I expect displayCaps.platformWidth = 480
displayCaps.platformHeight = 854.
What does these specification / values mean? Pixel? I want to layout my app using Pixel values.
Thx
edit: displayCaps.platformWidth / Height outputs the correct values on my device but not within the emulator?