I am using android studio version 1.0 .i would like to use my app's page without the ActionBar
and TitleBar
as well. How could I achieve that only by extending my Activity to AppCompatActivity?
I tried changing all my necessary AppThemes
and created my Custom Theme
&Styles
.
I have followed the instructions. Still I cannot get the full screen.