https://github.com/Trinea/android-open-project
Android 动态加载
http://jcodecraeer.com/a/opensource/2014/1231/2234.html
http://jcodecraeer.com/a/opensource/2015/0319/2628.html
http://jcodecraeer.com/a/opensource/2015/0101/2240.html
可以在界面上随意拖动缩放旋转的view。
http://jcodecraeer.com/a/opensource/2014/1220/2188.html
当上下滚动的时候子元素会呈现不同动画效果的scrollView,这种设计已经应用在很多网页上。
http://jcodecraeer.com/a/opensource/2014/1104/1901.html
多种下拉刷新效果、上拉加载更多、可配置自定义头部广告位。
http://jcodecraeer.com/a/opensource/2015/0529/2950.html
两个不同的数字之间无缝切换效果,可以用在时间显示之类的应用中。http://jcodecraeer.com/a/opensource/2015/0127/2363.html
轻松实现进入Activity或者Fragment的时候为view创建漂亮的过渡效果,兼容api12http://jcodecraeer.com/a/opensource/2015/0506/2842.html
开发商Yalantis又出新代码了。用户简历界面的动画效果。http://jcodecraeer.com/a/opensource/2015/0317/2615.html
ViewPager在滑动page的时候页面中的子View会有一些动画效果,不同的元素可以从不同的方向消失或者是从不同的方向进入,形成视差错觉。http://jcodecraeer.com/a/opensource/2014/1026/1846.html
作者认为跳转到一个activity去显示一些很少的信息,比如菜单是意见很浪费时间的事情,于是它用改变了这一交互方式,同时配上各种动画效果让交互变得有趣。
http://jcodecraeer.com/a/opensource/2014/1015/1776.html
twoway-view是简化RecyclerView开发的一个库,可以在其Base LayoutManager 基础上构建各种各样的布局。twoway-view还内置了几个常用布局List,Grid,,Staggered Grid ,Spannable Grid。http://jcodecraeer.com/a/opensource/2015/0107/2277.html
圆形转盘布局,你可以在布局上增加item,自定义圆形半径。item在布局旋转的时候也会跟着改变自己的角度。http://jcodecraeer.com/a/opensource/2014/1222/2200.html
BaseAnimation (below chart)
pasting
动画合集 (下面有效果图)修改分支
https://github.com/z56402344/BaseAnimation
android.Transition Framework can be used for three main things:
- Animate View elements in transitions between activites (or fragments)
- Animate shared elements (hero views) in transitions between activities (or fragments)
- Animate View elements from one activity scene to another.
https://github.com/lgvalle/Material-Animations
pasting