John Doe wrote: > I want to save an animation that I wrote in android in gif format. I > know how to take screenshot but is there any possibility to capture an > anmation?
There is no easy way to accomplish this today straight from the tools. As somebody else pointed out, you could stitch together an animated GIF yourself. Or, you could use screencast tools to make a video, though you probably would not wind up with an animated GIF in the end -- a MPEG video clip or Flash movie would be more likely. In principle, you could use the same tricks I used with DroidEx to capture frames and put them in an animated GIF, but that will require some development effort to create the tool. I'll see about adding it to DroidEx itself at some time in the future, though I'm not sure when that would be... -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Published! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

