When using motion layout, I built a simple motion scene which changes a cricle from width/height of 100dp to 1000dp with a duration of 2000ms. Now I want to know programmatically when the animation is finsihed (Observer/Listener?)
I didn't found any built-in features or blog posts which are solving this problem.
Any ideas?