I tried to get the screen size from the screen object,
but just get an error that says
There is no initialize method for Screen.
B4X:
Dim S As Screen
Log(S.MinX&","&S.MinY&","&S.MaxX&","&S.MaxY)
but just get an error that says
Object should first be initialized (screen)
There is no initialize method for Screen.