开发者

Android Listview animations that don't suck [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

I was looking here. http://android-er.blogspot.com/2009/10/listview-and-listactivity-layout.html

It... sucks. One at at time? Also where can I find some cooler effects? Google is giving me that page like 6 times on 6 开发者_运维技巧sites. Hurray for SEO .


Basically you can

  • rotate
  • translate
  • scale
  • change alpha

with animations. And combine in with the many different interpolators to define the speed and acceleration of an animation.

Here are the main animation docs.

Some people also developped some fancier animations by combining them like a 3d flip. But it is always based on the elementary bricks enumerated above.


Starting from android 3.0, you can animate just about anything that's visible with the property animator. Check this out.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜