I am testing my application on emulator 1080x1920 5" (Official Sony Z definition) and also 1080x1920 5" (Based on Sony Z profile - Galaxy S4).
Then in Activity_Create I call:
So i get:
240x320 - 0.75 (ScreenDensity)
320x480 - 1
480x800 - 1.5
720x1280 - 2
So all is fine but for 1080x1920 i get also 2 and it must be 3 , dpi is 480
What is wrong ?
Thanks
B4X:
Sub Process_Globals
Dim ScreenDensity As Float : ScreenDensity = Density
End Sub
Then in Activity_Create I call:
B4X:
Log(ScreenDensity)
So i get:
240x320 - 0.75 (ScreenDensity)
320x480 - 1
480x800 - 1.5
720x1280 - 2
So all is fine but for 1080x1920 i get also 2 and it must be 3 , dpi is 480
What is wrong ?
Thanks
Last edited: