仿Path按钮动画效果 PathButton
- 授权协议: 未知
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/dodola/PathButton
软件介绍
自己仿照Path应用首页左下角的Button动画效果写了个简单的Demo,由于数学不好,坐标总是和理想有出入,只是大致实现了动画效果,若果有人能把坐标算对,那么修改我的demo就能做成类似Path的那种动画效果!希望大家出点力帮着优化一下,并分享出来!
=============
2.0 感谢 @若奇 的修改,不过基本上我又在他的基础上重写了动画那一部分
change:
1.优化动画效果
2.更改动画系统(使用了NineOldAndroids的动画框架)
3.重写了类结构,增加动画方向选择(@若奇)
Programming Concurrency on the JVM
Venkat Subramaniam / The Pragmatic Bookshelf / 2011-6-1 / USD 35.00
Concurrency on the Java platform has evolved, from the synchronization model of JDK to software transactional memory (STM) and actor-based concurrency. This book is the first to show you all these con......一起来看看 《Programming Concurrency on the JVM》 这本书的介绍吧!
