Skip to content

Instantly share code, notes, and snippets.

@teppeihomma
Created July 31, 2012 14:14
Show Gist options
  • Save teppeihomma/3217315 to your computer and use it in GitHub Desktop.
Save teppeihomma/3217315 to your computer and use it in GitHub Desktop.
スクリーンの大きさを取得する
Display display = getWindowManager().getDefaultDisplay();
int width = display.getWidth();
int height = display.getHeight();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment