SnapHelper 用 RecyclerView 实现滑动效果 RecyclerViewSnap

码农软件 · 软件分类 · Android UI 组件 · 2019-04-24 10:12:09

软件介绍

RecyclerViewSnap,这是一个Android UI控件,用SnapHelper抽象类中的RecyclerView实现类似Google Play中滑动的效果。

运行效果:

示例代码:

startRecyclerView.setLayoutManager(new LinearLayoutManager(this,
                LinearLayoutManager.HORIZONTAL, false));
SnapHelper snapHelperStart = new GravitySnapHelper(Gravity.START);
snapHelperStart.attachToRecyclerView(startRecyclerView);

本文地址:https://www.codercto.com/soft/d/4269.html

Coding the Matrix

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》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

SHA 加密
SHA 加密

SHA 加密工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具