ViewAnimator using rotate anim to transition between views?

The source code of ViewAnimator can be found here. According to the showOnly() method there, it is intentional that both animations are started in parallel, so while one view is "moved out", the other one is already "moved in". So I guess to achieve your goal, you would have to add some delay to the in-animation so it starts only when the out-animation is finished.

You could set e.g. Android:duration="500" for the out-animation and android:startOffset="500" to the in-animation. Just make sure its the same values for both.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions