Skip to content

Instantly share code, notes, and snippets.

@natp0ng
Created January 15, 2013 05:20
Show Gist options
  • Save natp0ng/4536340 to your computer and use it in GitHub Desktop.
Save natp0ng/4536340 to your computer and use it in GitHub Desktop.
// Android check orientation
if (getResources().getConfiguration().orientation == Configuration.ORIENTATION_LANDSCAPE) {
// landscape
} else {
// portrait
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment