Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用android动画的东西,我想知道是否有办法在每次重复动画时执行一些代码?我查看了谷歌文档,但没有找到任何方法来做到这一点......
使用AnimationListener, 覆盖onAnimationRepeat().
AnimationListener
onAnimationRepeat()