How to animate Activities of ActivityGroup?

I use a ViewAnimator for this. Here is a part of my solution.

I use a ViewAnimator for this. Here is a part of my solution: final Window window = mLocalActivityManager. StartActivity(pId, pIntent); final View view = window!

= null? Window.getDecorView() : null; if (view! = null) { mViewAnimator.

SetInAnimation(AnimationUtils. LoadAnimation(this, R.anim. Pull_right_in)); mViewAnimator.

SetOutAnimation(AnimationUtils. LoadAnimation(this, R.anim. Push_left_out)); mViewAnimator.

AddView(view); mViewAnimator.showNext(); } When I go back to a previous activity I use showPrevious() and afterwards remove the view.

By using ViewAnimator, your solution looks better than others (such as stackoverflow. Com/questions/6532678/… . But, could you please elaborate on your code and explain what ViewAnimator is doing and it's life cycle and role with the ActivityGroup?

– CVertex Nov 9 at 21:58.

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