SyntaxFix
Write A Post
Hire A Developer
Questions
int orientation = this.getResources().getConfiguration().orientation; if (orientation == Configuration.ORIENTATION_PORTRAIT) { // code for portrait mode } else { // code for landscape mode }
When the superclass of this is Context
this
Context