项目地址 https://github.com/81813780/AVLoadingIndicatorView
知识点:
1、属性动画应用 各种组合
2、动画根据view生命周期变化onLayout onAttachedToWindow onDetachedFromWindow setVisibility
3、设计模式:各种动画公用一个view模板 实现各自的draw和createAnimation方法。
4、canvas应用
项目地址 https://github.com/81813780/AVLoadingIndicatorView
知识点:
1、属性动画应用 各种组合
2、动画根据view生命周期变化onLayout onAttachedToWindow onDetachedFromWindow setVisibility
3、设计模式:各种动画公用一个view模板 实现各自的draw和createAnimation方法。
4、canvas应用
转载于:https://my.oschina.net/bruces/blog/665953