Thursday, 3 January 2013

Screen with out title & status bar

        this.requestWindowFeature(Window.FEATURE_NO_TITLE);
        this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
                WindowManager.LayoutParams.FLAG_FULLSCREEN);


       should keep before setContentView in the onCreate() method of an Activity