Skip to content

Instantly share code, notes, and snippets.

@jacquesgiraudel
Created September 30, 2017 13:30
Show Gist options
  • Save jacquesgiraudel/470611de527a05bb8da21e2f6ce8c279 to your computer and use it in GitHub Desktop.
Save jacquesgiraudel/470611de527a05bb8da21e2f6ce8c279 to your computer and use it in GitHub Desktop.
public class SplashScreenActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
((AnimationDrawable) getWindow().getDecorView().getBackground()).start();
// Launch main activity
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment