I'm trying to create a slider in android using a viewpager so followed the tutorial from developper.android.com. Now everything works fine, but there is one minor detail that bothers me; every time I launch the app, a white blank screen appear briefly before the actual slides start to appear in the screen:
I think it has something to do with setContentView() method. So how can I show the slides directly at startup and skip the blank screen.
Thanks in advance