How can i add GIF format image as a splash screen. I tried to add but when i add it. It acts as a normal image. I don\'t know whether we can use Gif image as splash Screen.
use glide to solve this.
ImageView imageView = findViewById(R.id.splashScreen); GlideDrawableImageViewTarget splashScreen = new GlideDrawableImageViewTarget(imageView); Glide.with(this).load(R.raw.gif_men_at_work).into(splashScreen);
go to this stackoverflow link for more detail