LikeAnimation
LikeAnimation copied to clipboard
Android like button with delightful star animation inspired by Twitter's heart. See blog post for description.
I believe that adding a gradle version of this library would be very beneficial to developers who want to include this project in their apps.
java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.ViewPropertyAnimator android.widget.ImageView.animate()' on a null object reference at com.frogermcs.io.likeanimation.LikeButtonView.onTouchEvent(LikeButtonView.java:138) Which is this line: ivStar.animate().scaleX(0.7f).scaleY(0.7f).setDuration(150).setInterpolator(DECCELERATE_INTERPOLATOR); I did change some sizes in width and height: and...
API
Is this only supported on >API21 ?