I am facing a problem .
I have three activities and i need to start new activity with slide left.
Activity1 Activity2 Activity3
means
Here it is,
Intent intent=new Intent(Activity1.this,Activity2.class); startActivityForResult(intent,0); getActivity().overridePendingTransition( R.anim.righttoleft, R.anim.stable );
And here is the animation righttoleft.xml,
and stable.xml