RecyclerView详解3之滑动流程

滑动流程涉及到到View的事件分发机制, 建议先看下事件分发机制:

了解dispatchTouchEvent,  onInterceptTouchEvent, onTouchEvent, onTouch, onClick

MotionEvent.ACTION_DOWN, MotionEvent.ACTION_MOVE, MotionEvent.ACTION_UP 等


猜你喜欢

转载自blog.csdn.net/u012989337/article/details/80880138