Hello, I am using a ViewFlipper to switch between pictures with translation animations.
I have set an AnimationListener on one of the in/out animations, and use the onAnimationEnd() callback to start a new bitmap decoding at the end of the animation. My problem is that the bitmap decoding is started a few milliseconds before the animation really ends on the screen. The result for the end user is that the image starts sliding on his request, stops at half a centimeter from the border of the screen, an then finish sliding... Is this anticipated call of onAnimationEnd() normal ? Thanks for your help ! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

