03 2015 档案

animation of android (2)
摘要:android Interpolator 首先是android系统提供的变换方式: 这些方式将转载一篇文章: 转: http://www.cnblogs.com/mengdd/p/3346003.html Android中的Interpolator Android中的Interpolator Int 阅读全文

posted @ 2015-03-29 11:06 Joyfulmath 阅读(200) 评论(0) 推荐(0)

canvas & animation
摘要:1.using canvas using canvas to set difference property. it will showing like an animation. The true animation is also showing using this. 2.AnimatorUp 阅读全文

posted @ 2015-03-27 17:39 Joyfulmath 阅读(682) 评论(0) 推荐(0)

2015-3-23 日志
摘要:1.在listview等状态信息中存放viewholder,然后把tag的view存入一个list里面。当页面从home页面重新进入的时候,listview的内容已经更新,这个时候该obj内容以及被更新或者不再使用。这个时候通过该list去做处理时,内容不对。2.动画的过程判断。最新的动画监听过程:... 阅读全文

posted @ 2015-03-23 19:06 Joyfulmath 阅读(130) 评论(0) 推荐(0)

animation of android (1)
摘要:android把动画的模式分为:property animation,view animation,drawable animation. view animation:给出动画的起止状态,并且通过一定的方式来是view动起来。这个动画只能用于view。 帧动画:是给出一组图片,有drawable来 阅读全文

posted @ 2015-03-22 15:56 Joyfulmath 阅读(265) 评论(0) 推荐(0)

导航