Right now I am detecting the end of my ValueAnimator by checking when the progress has reached 100...
//Setup the animation ValueAnimator anim = ValueAnimator.of
On Kotlin with Android KTX (Core):
animator.doOnEnd { // done }