Skip to content

Instantly share code, notes, and snippets.

@jinqian
Created October 15, 2013 14:34
Show Gist options
  • Select an option

  • Save jinqian/6992507 to your computer and use it in GitHub Desktop.

Select an option

Save jinqian/6992507 to your computer and use it in GitHub Desktop.
Common usage in android
// get screen size
int screenHeight = getResources().getDisplayMetrics().heightPixels;
int screenWidth = getResources().getDisplayMetrics().widthPixels;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment