With multiple views being animated at the same time, how do I know which View has finished animating? I've heard callbacks being mention, however, I have no idea how to implement the callback for the view. I also heard of creating a map for the views and I don't know how to implement that either. What is the easiest way to implement animation and know which animations has finished without creating a new variable for each animation which will cause a lot of unnecessary code?