The applyTransformation method in my custom Animation is somethimes not being called after I started my animation with view.startAnimation(myAnimation). Is this a known issue?
Try this.. worked well for me.
view.startAnimation(myAnimation);
View parent = (View)view.getParent();
parent.invalidate();
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