Hello!
I found this library including an example:
www.b4x.com
I moved jar and xml file to Additional folder!
When I rund the demo I get the error:
File "Traffic.gif" not found in Asset folder
I found this library including an example:
Animated GIF decode library
It seems as though Android, like Windows Mobile, doesn't support the display of animated Gifs so I thought that I might as well port my Basic4ppc library for doing so to Basic4android. Edit: this library is not compatible with the debugger virtual assets folder feature. See this thread for a...

I moved jar and xml file to Additional folder!
When I rund the demo I get the error:
File "Traffic.gif" not found in Asset folder
B4X:
gif.DisposeFrames
gif.Load(File.DirAssets, "Traffic.gif")
'gif.Load(File.DirAssets, "traffic.gif")
'gif.Load(File.DirAssets, "arrow.gif")