.withEndAction()
WTF, Android SDK ->Part I: .animate() & .withEndAction()
Antonis Tsagaris
426
Small thing I want to add is that withEndAction() is API level 16. If you have a lower minSdkLevel you can use ViewCompat.animate() which have withEndAction() that works on lower API levels.