android – onAnimationEnd is not getting called, onAnimationStart works fine
Questions: I’ve a ScrollView in the PopupWindow. I’m animating ScrollView contents using TranslateAnimation. When animation starts, the onAnimationStart listener is called but the onAnimat...