Skip to content

Instantly share code, notes, and snippets.

@sir4ju1
Last active December 29, 2015 03:39
Show Gist options
  • Save sir4ju1/7608862 to your computer and use it in GitHub Desktop.
Save sir4ju1/7608862 to your computer and use it in GitHub Desktop.
Android device width in pixel
Display display = ((WindowManager) getSystemService(Context.WINDOW_SERVICE)).getDefaultDisplay();
int width = display.getWidth();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment