Animations have a repeat mode, no need to do it yourself. Also, why wouldn't ViewGroup handle the startOffset? From your email, I don't really understand what your problem is exactly :)
On Sat, Feb 14, 2009 at 3:52 PM, [email protected] <[email protected]> wrote: > > Hi, > I have a few views and animations and I need to figure out a way to > package them so I can use them throughout my app. I thought I should > be able to use ViewGroup, however, things are getting a bit > complicated as my animations need to repeat and to achieve that I have > applied the technique with an AnimationListener posting to a Runnable > when the animation stops so it plays again in a loop. Also they all > have different startOffset values, and I'm not sure how a ViewGroup > can handle that as well. What is the best practice for hadnling > multiple views and animations? Thanks. > > > -- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

