Is it possible to get this new Animator for pre-Lollipop devices?
I am newbie and I am trying to get the java files from its official documentation, but I am really
Yes! you can use CircularReveal library : as @Alejandro said.
But you have to modify the library dependency to :
dependencies {
compile 'com.github.ozodrukh:CircularReveal:1.1.1' //without "@aar" contrary to what the documentation says
}
If not, you'll get an Exception on some devices running on pre-lollipop version.