> Hi all, > I am having a little problem with animation. I need to perform two > animation > one after the other. this is for like one view is going & another is > coming > in. but how i should start the other one .
Set up an AnimationListener on the first one, and start the second one in onAnimationEnd(). > like after some times of the > first one started i want to start the second. Use android:startOffset or setStartOffset() for your deleay. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- 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 To unsubscribe, reply using "remove me" as the subject.

