SnapHelper 用 RecyclerView 实现滑动效果 RecyclerViewSnap
- 授权协议: Apache
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/rubensousa/RecyclerViewSnap
- 软件文档: https://github.com/rubensousa/RecyclerViewSnap/blob/master/README.md
- 官方下载: https://github.com/rubensousa/RecyclerViewSnap/archive/master.zip
软件介绍
RecyclerViewSnap,这是一个Android UI控件,用SnapHelper抽象类中的RecyclerView实现类似Google Play中滑动的效果。
运行效果:
示例代码:
startRecyclerView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.HORIZONTAL, false)); SnapHelper snapHelperStart = new GravitySnapHelper(Gravity.START); snapHelperStart.attachToRecyclerView(startRecyclerView);
Coding the Matrix
Philip N. Klein / Newtonian Press / 2013-7-26 / $35.00
An engaging introduction to vectors and matrices and the algorithms that operate on them, intended for the student who knows how to program. Mathematical concepts and computational problems are motiva......一起来看看 《Coding the Matrix》 这本书的介绍吧!
