Android Question GIF animation

thehe

Member
Licensed User
Longtime User
What kind of animation does Basic4android support.
I used gif animation but only static image display.
Please help!
 

lemonisdead

Well-Known Member
Licensed User
Longtime User
A question related to that one : when you download a file in the notification bar there is an animated arrow. Please do you know how they do that ?
 
Upvote 0

Jeffrey Cameron

Well-Known Member
Licensed User
Longtime User
Just my two cents here....

When you say "animation" I envision a series of images of depicting a character walking, a horse galloping, a fire exploding, etc. For things like that then a true graphics solution (such as Informatix's LibGDX) is absolutely required -- trying to manually animate individual frames is not only cumbersome it takes a lot of processing overhead.

If your "animation" is just one static image rotating on a fixed point, shrinking, growing or moving across the screen then utilizing Informatix's AnimationPlus library (which I believe is an extension of Earl's original) is much simpler and provides outstanding results.

For what it's worth...
 
Upvote 0

Informatix

Expert
Licensed User
Longtime User
No need for libGDX. AnimationPlus can do it, GameView can do it, Accelerated Surface can do it, ...
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…