bumptech/glide

Support arbitrary LayoutManagers in RecyclerView integration package

Open

#493 aberto em 11 de jun. de 2015

Ver no GitHub
 (10 comments) (0 reactions) (0 assignees)Java (6.176 forks)batch import
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (35.023 stars)
Métricas de merge de PR
 (Mesclagem média 4d 10h) (11 fundiu PRs em 30d)

Description

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.

Guia do colaborador