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);
