I am using an ImageSwitcher to display a series of images with animations for transitions. Is there a way I can pace the transition based on the duration of the animation? Is it possible to have an AnimationListener or something of that sort to identify the start and end of an animation?
Asked
Active
Viewed 333 times
2
-
regarding animation listener: http://developer.android.com/reference/android/view/animation/Animation.AnimationListener.html – Tomislav Novoselec Aug 14 '12 at 10:01
-
define a custom IN and OUT animations with a specific duration set in your animation xmls – Randroid Aug 14 '12 at 10:23