I'm trying to use the following documented API:
in a similar way to this post:
NullPointerException when calling Card.addImage(Uri)
but I'd like to use a an animated gif as the background for an immersion card instead.
Possible?
The layouts built by the Card
class use Android's ImageView
to represent their images, and the ImageView
widget does not support animated GIFs. You would need to construct your own layout and manage the animation manually.