Hey guys!
I ve got 2 questions. The first one - more general - whether it is better to develop on a small device and use the Corona sDK scaling features? Im working on a project and develop on a 10" device and the results differ on small devices.
The second question: I am using in a current project a top menu with a height of 60 pixels. I am using this value hard coded. Screen is in landscape mode. On my 10.1 Samsung it appears ok (Statusbar is lateral) but on my Sony Arc (480x854 pixels, 233ppi) I can’t see the menu. It seems that the menu “dodges behind” the Android status bar. In API Docs I have read that from Android 3.x one cannot read the statusbar height value. So how can I fix this problem.
Thanks in advance!