how to detect orientation of android device?

You can also use:

getResources().getConfiguration().orientation == Configuration.ORIENTATION_LANDSCAPE

Leave a Comment