Yup, BitmapDecode.java is an example for playing animated GIF like a movie. But this works only if all frames in the animated GIF are fully updated. If frames are partially updated (next frame contains only the difference from the previous ), then this example shows only the first frame properly. Is there any solution for correcting this?
thanks NASAM On Apr 24, 9:25 am, Anonymous Anonymous <[email protected]> wrote: > Is there anything in the roadmap(internal) to support this by default :D ? > > Thanks > > > > On Thu, Apr 23, 2009 at 11:52 PM, mathiastck <[email protected]> wrote: > > > In BitmapDecode.java APIDemos shows how you can use Movie to display > > an animated GIF. I had partial success with it in the past. (I > > sometimes got a movie back with zero duration). > > > On Apr 23, 4:33 am, Mark Murphy <[email protected]> wrote: > > > Nasam wrote: > > > > Is animated GIF supported in android through SKIA library. I am not > > > > able to play animated GIF which is partially updated about each frame. > > > > I do not believe anything built into Android plays animated GIFs. > > > > -- > > > Mark Murphy (a Commons Guy)http://commonsware.com| > >http://twitter.com/commonsguy > > > > _The Busy Coder's Guide to Android Development_ Version 2.0 Available!- > > > Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

