Hi all,
I am converting a windows exe to work on a smart phone. The original app has been designed to run at 1024x768
The main window has many edit boxes and labels etc
I need to replicate this on a landscape mode but when i use the b4a designer it tells me i need to use something with scale 1, but the target device is a motorola moto G running 1280x720 and the test b4a app i wrote suggets it uses a scale of 2, but the designer says the following...
---------------------------
Basic4android
---------------------------
It is not recommended to create variants with scales different than 1.0.
Do you want to normalize the values and add the following equivalent variant: 640 x 360, scale = 1 (160 dpi)?
---------------------------
Yes No Cancel
---------------------------
If I design at 640x360 how can I fit all the controls in?
Thanks
I am converting a windows exe to work on a smart phone. The original app has been designed to run at 1024x768
The main window has many edit boxes and labels etc
I need to replicate this on a landscape mode but when i use the b4a designer it tells me i need to use something with scale 1, but the target device is a motorola moto G running 1280x720 and the test b4a app i wrote suggets it uses a scale of 2, but the designer says the following...
---------------------------
Basic4android
---------------------------
It is not recommended to create variants with scales different than 1.0.
Do you want to normalize the values and add the following equivalent variant: 640 x 360, scale = 1 (160 dpi)?
---------------------------
Yes No Cancel
---------------------------
If I design at 640x360 how can I fit all the controls in?
Thanks