bumptech/glide
在 GitHub 查看Support arbitrary LayoutManagers in RecyclerView integration package
Open
#493 创建于 2015年6月11日
enhancementgood first issuehelp wanted
描述
I was taking a look on RecyclerView integrations and ListPreloader implementation. If I haven't missed anything simply changing RecyclerToListViewScrollListener.java class to get the correct firstVisible, visibleCount and itemCount should be enough to create infinite scrolling for any other type of LayoutManager. Would you please correct me if I'm wrong.