Popview-Android
Popview-Android copied to clipboard
Pop animation with circular dust effect for any view updation
adding popview animation doesn't animate the view .it just makes it disappear
When replacing one view with another with an animation it always positions the new view in the top left hand corner
Hi I'm receiving this error often: `java.lang.IllegalArgumentException: width and height must be > 0` I think it has to do with me trying to use popView on a GONE view...
Check out this [link](https://github.com/googlesamples/android-testing). Writing tests will make life easier when adding more features in the future. Also, will this work on all android versions? Nice work btw ;)
Try usage of ViewAnimator instead of ValueAnimator