Hi melody, One classic way of doing this: Just create a class extending SurfaceView, and add this class to main activities xml layout file. Use a animation thread in your Surface class - which will continuesly run and draw your animation(s) on surface.
You can examine Google LunarLander sample animation - which exactly does this. Cheers. On Jan 2, 11:56 pm, melody <[email protected]> wrote: > Hi, > > I was wondering if someone could give me some guidance on how to do an > animated pie chart. My initial idea is to have a circle background > image as my pie, and then create a "slice" of the pie and animate the > scale and rotation of the slice. However I'm not really sure how to > do that. > > Or if there is a completely different but better way to do this, that > would be great to know too. > > Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

