Alexandru Popitan
Results
2
issues of
Alexandru Popitan
My test app is about phones, basically I have a RecyclerView with 40 rows ( each row represents a different phone model ), once a row is pressed, a ViewPager...
This is what I'm getting on pre lollipop devices: `java.lang.NoSuchMethodError: io.codetail.animation.ViewAnimationUtils.createCircularReveal` The reason: you're using an old version `compile 'com.github.ozodrukh:CircularReveal:1.3.1'` ,which is bugged. Using the latest version will solve the...