Hey there guys! :)
I'm quite a newbie to Android programming, and I need to get the dimensions of the screen, that is the visible area of the screen. I know I can just set the layout of the controls in the .xml file, but I explicitly need to do it through code.
I have found out about the WindowManager.CurrentDisplay.Height and Width respectively, but it just doesn't do the trick: the height I get is greater than the actual height of the visible screen area.
I am coding in Vusual Studio 2010, using the Mono Android plugin. If anyone could give me at least a lead or an idea, I would be most appreciative! :)
Thank you, and have a nice day! xD