Add an AnimationListener to your animations, and do something in onAnimationEnd().
On Sun, Jun 26, 2011 at 4:12 AM, Ralph Bergmann <[email protected]> wrote: > Hi, > > > I use a ViewAnimator and want to know when the "showNext()" / > "showPrevious()" animation is finished. > > How can I do this? Is there a listener for that? > > The LayoutAnimationListener doesn't help me, it doesn't get any events. > > > > Ralph > > -- > 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 > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 3.1 Programming Books: http://commonsware.com/books -- 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

