ExpandableLayout A expandable Layout to save space and reduce jump between Activity and Fragment USE Project It had been used in project KnowWeather,you can learn more. SimpleUse Use in RecyclerView parent view scroll automatically if the view expan
先来看看效果图
关键代码
1.监听滚动事件
首先要给listview添加setOnScrollListener监听,注意这个监听在recyclerView上是addOnScrollListener,也就是说下面代码同时支持recyclerView。
public int firstVisible=0,visibleCount=0, totalCount=0;
videoList.setOnScrollListener(new AbsListView.OnScrollListener()