Skip to content

Instantly share code, notes, and snippets.

@mpaloulack
Created March 25, 2014 16:16
Show Gist options
  • Save mpaloulack/9765337 to your computer and use it in GitHub Desktop.
Save mpaloulack/9765337 to your computer and use it in GitHub Desktop.
Get density of screen device
float density = getResources().getDisplayMetrics().density;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment