Possible Duplicate:
How to use fade in and fade out effect with an image using Transition, android
http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
I have seen this link. It shows images by using Fade in and Fade out effects. How could I do this programmatically?
create two
Animationset duration
set listener – when the fadeout animation finish replace the image
ImageView.startAnimation(fadeOutAnimation);