开发者

i m having 10 images are in galary.so,how to make an animate the image one by one in android?

开发者 https://www.devze.com 2023-03-03 23:17 出处:网络
I have 10 images and they are in a gallery. How can I animate the images one by one开发者_JAVA百科 on Android?I think you should use AnimationListener class.

I have 10 images and they are in a gallery. How can I animate the images one by one开发者_JAVA百科 on Android?


I think you should use AnimationListener class. this class contains the methods like onAnimationEnd(Animation animation) and onAnimationStart(Animation animation) maybe that would help.

here is the link

0

精彩评论

暂无评论...
验证码 换一张
取 消