Splash icon indicating copy to clipboard operation
Splash copied to clipboard

Is it possible to use gif using this method

Open monajafi opened this issue 7 years ago • 2 comments

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?

monajafi avatar Aug 23 '17 09:08 monajafi

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.

cstew avatar Aug 24 '17 12:08 cstew

Thanks, the article is very helpful

monajafi avatar Aug 25 '17 14:08 monajafi