tags:

views:

49

answers:

1

Hi All,

pls help me in this problem. i m doing this from last three days but not got any success.

suppose i have one image. and i have set that image invisible in my XML layout. now i want to make it visible though animation. suppose translate animation. suppose there is point A and point B. on point B i have alerady set the image invisble. from point A i want a translate animation effect.and when it completes then it visible the image B.

Pls help me. Thanks in Advance.

A: 

try using ViewFlipper (or ViewAnimator) setting your ImageView as children and defining animation effect for transition

Asahi
hi..Thanks for replying.do u have any sample code for the same?
vivek_Android
have a look at this: http://whyandroid.com/android/174-flipping-your-views.html
Asahi