DEV Community

Discussion on: Android: Simple way to implement a SplashScreen in your app

Collapse
 
rcosteira79 profile image
Ricardo Costeira

I have an example of this in a repo:

1 - Create the splash screen style like in github.com/rcosteira79/AndroidMult...

2 - Set it as the main activity's theme like in github.com/rcosteira79/AndroidMult...

3 - Reset the theme in the main activity like in github.com/rcosteira79/AndroidMult...

Thread Thread
 
pshdevio profile image
pshdevio

Thanks Ricardo, this works perfectly !