Android Question Hide actionbar android

Blue.Sky

Active Member
Licensed User
Longtime User
Hi
If you look carefully when we start us app,for 500 ms,show black or white screen before running main activity
I searched and found "Hide Actionbar" for hide black or white screen
How i remove actionbar?
 

Blue.Sky

Active Member
Licensed User
Longtime User
Thank you but i test it and not happen and still show black screen
 
Upvote 0

Blue.Sky

Active Member
Licensed User
Longtime User
Make sure that Activity_Create finishes quickly. It should take less than 500ms to show.
Ohhhh i use setvisible for two view in activity create.maybe affect to actionbar?
 
Upvote 0

Blue.Sky

Active Member
Licensed User
Longtime User
I'm not sure that I understand the problem. Is the action bar the problem or the black screen?
My problem is black screen.
I change theme to holo.light and black screen change to white screen
I move splash code to other activity and in main activity,start splash activity.
I am feeling black or white screen a lot about 2 second
 
Upvote 0
Top