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 lost, I don't know how to find it, etc.
I find a library for you. Circular reveal, is compatible with 2.3 devices.
Hope it helps for you!!
This is an update to Alejandro's and BadYous's answers.
Best library is still Circular Reveal.
The right description is implementation 'com.github.ozodrukh:CircularReveal:2.0.1'
Use the right import for ViewAnimationUtils
import io.codetail.animation.ViewAnimationUtils;
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With