i want to animate between new instance and old instance of the same activity.
Flow is like this onCreate()->onResume->onPause->onNewIntent()- >onResume(). I want to animate between two onResume, where I change the values of the layout objects. Can i make use of overridePendingTransition( ) ? If yes How? or any other ways to achieve this?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

