Animate Same Activity
Is it possible to animate the same activity without actually reloading the activity instance?
I would like to make my ListActivity slide aside and reveal itself again but with new data in the ListView. This will occur each time 开发者_JAVA百科the user drills down the list.
Using ViewAnimator should solve your problem.
精彩评论