Android API Demo
画虎烂
每天反思,每天进步
展开
-
android api Demo之自定义Animation,实现3D旋转效果
android的API Demo提供了很多有趣+很有用的Demo,本原创 2014-11-13 18:07:25 · 3348 阅读 · 2 评论 -
APIDemo动画之Interpolator
Interpolator 是被用来修饰动画效果,定义动画的变化率,可以使存在的动画效果accelerated(加速),decelerated(减速),repeated(重复),bounced(弹跳)等。原创 2014-11-21 17:11:11 · 1809 阅读 · 0 评论 -
android API Demo之使用ViewFlipper制作轮播广告
ViewFlipper官网的介绍:Simple ViewAnimator that will animate between two or more views that have been added to it. Only one child is shown at a time. If requested, can automatically flip between each chil原创 2014-12-08 14:04:18 · 2264 阅读 · 0 评论