I have the following problem:
When I start my activity, its default background is set to white. I can change it in onCreate method. If I use this method to change the background, I have something like 2 seconds of white background every time I start the activity.
Is there any way to have background that I chose (for example black) from the beginning of application life?