Animated Vector Drawable trimPathEnd example
This example shows a trimPathEnd animation while drawing a ✔️ Check mark. It will create a simple check mark path that draws itself smoothly using trimPathEnd. 1. Create the vector drawable (res/drawable/check_mark.xml) This vector drawable path starts from (x, y) point (2, 12), draws line to point (9, 19), and draws another line to point … Read more