I want to display one activity to another from bottom to top animation using Intent.
activity
Intent
Given me some example for that like below
<
First : animate the layout of your activity 1 ,, Second : at the end of this aniamtion , Start your second Activity , and animate her Content Layout
Use TranslateAnimation(int fromX,int toX, int fromY , int toY) ;