when i change my activity to fullscreen, the statusbar performs an
animation,but not disappear immediately. so how can i make the
statusbar disappear immediate ? if need to change framework , where is
it?
when i change my activity to fullscreen, the statusbar performs an animation,but not disappear
Share
I have found solution.
we can out following code in activity from which we are creating and starting Intent
By this it will hide status bar first then it will move to next activity.
Above code will require only when you are using single instance for second activity.
else you can apply solution given by Vineet Shukla