¿Cómo puedo obtener la orientación actual de la pantalla?


Solo quiero establecer algunas banderas cuando mi orientación está en horizontal para que cuando la actividad se recrea en onCreate() pueda alternar entre lo que cargar en vertical vs.horizontal. Ya tengo un xml de layout-land que está manejando mi layout.

public void onConfigurationChanged(Configuration _newConfig) {

        if (_newConfig.orientation == Configuration.ORIENTATION_LANDSCAPE) {
            this.loadURLData = false;
        }

        if (_newConfig.orientation == Configuration.ORIENTATION_PORTRAIT) {
            this.loadURLData = true;
        }

        super.onConfigurationChanged(_newConfig);
    }

Sobrepasar onConfigurationChanged evitará que mi xml de layout-land se cargue en orientación horizontal.

Solo quiero obtener la orientación actual de mi dispositivo en onCreate(). Cómo puedo conseguir esto?


Warning: Undefined property: agent_blog_content::$date_asked in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 32

Warning: Undefined property: agent_blog_content::$count_answers in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 52