cstew / Splash

An example of a splash screen done the right way
https://www.bignerdranch.com/blog/splash-screens-the-right-way/
Apache License 2.0
569 stars 148 forks source link

Is it possible to use gif using this method #7

Open monajafi opened 7 years ago

monajafi commented 7 years ago

Hi Many apps are using animations in splash screen, also all of them waste time before app launches. Is it possible to use gif using drawable and background theme? or we have to use layout for that?

cstew commented 7 years ago

If you want some kind of animation, you should look at a hybrid approach as outlined here: http://saulmm.github.io/avoding-android-cold-starts

Basically, you follow the technique outlined in my post for the instant start and then transition into a layout file with your own animation.

monajafi commented 7 years ago

Thanks, the article is very helpful