文章分类 -  绘图 (canvas)

【开源】RubberView
摘要:RubberView项目地址:https://github.com/xiaopansky/RubberView介绍:这是Android上的一个涂抹视图,用于实现刮奖效果运行效果:使用说明:你只需将RubberView覆盖在中奖提示语之上即可,这样的用法很灵活,因此你可以决定你的中奖提示语是一段文字或... 阅读全文

posted @ 2015-05-06 10:55 wasdchenhao 阅读(123) 评论(0) 推荐(0)

【开源】PlayPauseDrawable
摘要:PlayPauseDrawable项目地址:https://github.com/tarek360/PlayPauseDrawable介绍:用纯代码实现播放、暂停切换动画的Drawable ,不需要任何图片资源运行效果:使用说明:ImageViewimageView=(ImageView)findV... 阅读全文

posted @ 2015-04-28 10:07 wasdchenhao 阅读(136) 评论(0) 推荐(0)

【开源】DrawableView
摘要:DrawableView项目地址:https://github.com/PaNaVTEC/DrawableView介绍:可以用手指在画布上涂鸦的库运行效果:使用说明:在build.gradle中添加依赖:123dependencies{compile'me.panavtec:drawableview... 阅读全文

posted @ 2015-04-21 10:09 wasdchenhao 阅读(149) 评论(0) 推荐(0)

【开源】AnimatedPathView
摘要:AnimatedPathView项目地址:https://github.com/matthewrkula/AnimatedPathView介绍:根据设置的path路径绘制图形的自定义view。结合属性动画就可以实现路径动画效果。AnimatedPathView的原理是用了DashPathEffect... 阅读全文

posted @ 2015-04-09 09:15 wasdchenhao 阅读(143) 评论(0) 推荐(0)

【开源】WaterWaveView
摘要:WaterWaveView项目地址:https://github.com/wangjinyu501/WaterWaveView介绍:模拟波浪效果,实现流量的动态显示。运行效果: 阅读全文

posted @ 2015-03-25 17:26 wasdchenhao 阅读(130) 评论(0) 推荐(0)

导航