bumptech/glide

Support arbitrary LayoutManagers in RecyclerView integration package

Open

#493 ouverte le 11 juin 2015

Voir sur GitHub
 (10 commentaires) (0 réactions) (0 assignés)Java (6 176 forks)batch import
enhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (35 023 stars)
Métriques de merge PR
 (Merge moyen 4j 10h) (11 PRs mergées en 30 j)

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.

Guide contributeur