Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save codesburner/903240 to your computer and use it in GitHub Desktop.
Save codesburner/903240 to your computer and use it in GitHub Desktop.
Display display;
display = ((WindowManager)getSystemService(WINDOW_SERVICE)).getDefaultDisplay();
int height = display.getHeight();
int width = display.getWidth();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment