smoothScrollToPosition方法可以使RecyclerView滑动到指定的位置,来看下源码/*Starts a smooth scroll to an adapter position.**To support smooth scrolling,you must override*{@link LayoutManager#smoothScrollToPosition...
OnScrollListener 整个事件我主要分析下他的执行顺序:实现滚动事件的监听接口 new AbsListView.OnScrollListener(){@Override public void onScrollStateChanged(AbsListView absListView,int scrollState){ switch(scrollState){ case ...