I\'m trying to animate a slide-in/slide-out animation between Fragments. I know there\'re tons of similiar question out there on StackOverflow<
slide-in/slide-out
Fragments
The example provided by @mathheadinclouds worked for me using "R.animator.in" instead of R.anim.in in the line:
R.anim.in
transaction.setCustomAnimations(R.anim.in, R.anim.out);