


We therefore need to create an anim called fromleft.

This new Fragment will enter from the left side. Step 2 - Creating transitions Entering a Fragment This involves bringing a new Fragment into view. I have a listview with three items on screen left, and three fragments on right,one fragment for one item. Step 1 - Creating an animation directory First, create a new resource directory and name it anim, this will hold our transition animations. I have some problem with using tCustomAnimations(R.animator.slide_in_down, R.animator.slide_out_down), when I hope two fragment slide down smoothly, the in-fragment appears immediately after the out-fragment finish the animator of slide_out_down, and when I change the animator hoping two fragment slide up smoothly, the in-fragment disappears immediately before the out-fragment start animator.
