I\'ve a ScrollView in the PopupWindow. I\'m animating ScrollView contents using TranslateAnimation.
When animation starts, the onAnimationStart listener is called bu
Where do you start your animation ? If in onCreate, it is wrong. Try to do it in onResume.