Get real display size in inch
- By yo3ggx
Hello,
Maybe this can be useful for others.
You can get the exact screen diagonal size (in inch) using the following simple routine.
Maybe this can be useful for others.
You can get the exact screen diagonal size (in inch) using the following simple routine.
B4X:
Sub GetDevicePhysicalSize As Double
#If JAVA
import...
Last edited: