I was implementing material design for my app. I saw that it is possible to make transitions between activities just here: http://android-developers.blogspot.com.es/2014/10/impl
Activity Transitions are exclusive to Android 5.0. ActivityOptionsCompat. makeSceneTransitionAnimation doesn't do anything if you're running 19 or below.