I was missing a cross platform, animated gif view, so created one.
Usage is simple:
Add with the visual designer and call SetGif to set the gif file.
Note that in B4A you also need to make a call from Activity_Resume:
B4X:
Sub Activity_Resume
B4XGifView1.Activity_Resume...