How to get USABLE screen width and height in Android
问题 I'm creating an app where I really need to know the correct screen dimensions. Actually I know how to do that... but a problem appeared, because even if you do requestWindowFeature(Window.FEATURE_NO_TITLE); , this: still stays on the screen and it seems, it's also counted as a part of the screen so the "screenWidth" is actually bigger, than the usable part. Isn't there any method how to get the size of the usable part and not whole screen? Or at least get the sizes of the 'scrolling thing'