bumptech/glide

Support arbitrary LayoutManagers in RecyclerView integration package

Open

#493 创建于 2015年6月11日

在 GitHub 查看
 (10 评论) (0 反应) (0 负责人)Java (6,176 fork)batch import
enhancementgood first issuehelp wanted

仓库指标

Star
 (35,023 star)
PR 合并指标
 (平均合并 4天 10小时) (30 天内合并 11 个 PR)

描述

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.

贡献者指南