开发者

Animate Same Activity

开发者 https://www.devze.com 2023-03-06 04:52 出处:网络
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 ListVie

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消