Hello,
I have an OpenGlView in an absolute layout. I need dimensions in pixels for GL.Viewport function else display is not correct.
The absolute layout coordinates are not in pixels but in a kind of standard resolution depending on os.
Where can I get screen resolution to compute height and width in pixels ?
Thank you