Search code examples
androidviewflipper

Android Viewflipper with background animation


is it possible to have a background animation for the view flipper. I tried it for the second child view of my view flipper project its not working. Is it possible to set the background animation for the childviews , any Idea plz!

I tried with the frame animation but only single Image could able to see on the layout. one more problem is I m getting the same background Image for the two views.This might be the problem I think

Thanks in advance.


Solution

  • mFlipper.setInAnimation(AnimationUtils.loadAnimation(this,
             R.anim.fade_in));
     mFlipper.setOutAnimation(AnimationUtils.loadAnimation(this,
             R.anim.fade_out));