How can apply motion like touch screen animation in android...
I apply the following code

  ViewFlipper vf = (ViewFlipper) findViewById(R.id.details);
                // Set an animation from res/anim: I pick push left out

vf.setAnimation(AnimationUtils.loadAnimation(view.getContext(),
R.anim.push_left_out));
                vf.showPrevious();

But by using this I cant get the output like sequence in motion. So
what would be the actul code?



-Regards,

Nisha

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to