单项选择题
手指在屏幕上滑动RecyclerView然后松手,RecyclerView中的内容会顺着惯性继续往手指滑动的方向继续滚动直到停止,这个过程叫做()
A.Fling
B.PagerSnapHelper
C.LinearSnapHelper
D.SnapHelper
点击查看答案&解析
相关考题
-
单项选择题
RecycleView实现ViewPager的效果可以使用()
A.PagerSnapHelper
B.LinearSnapHelper
C.PagerAdapter
D.PagerStateAdapter -
单项选择题
RecyclerView在滚动结束时将Item对齐到屏幕底部如何实现()
A.SnapHelper
B.Adapter
C.LinearLayout
D.PagerAdapter -
单项选择题
PagerSnapHelper的直接父类是()
A.SnapHelper
B.LinearSnapHelper
C.RecycleView
D.Context
