i m having 10 images are in galary.so,how to make an animate the image one by one in android?
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
精彩评论