Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Lazy loading of a list of LazyloadScrollView #10

Open
diegotrrs opened this issue Jun 22, 2016 · 0 comments
Open

Lazy loading of a list of LazyloadScrollView #10

diegotrrs opened this issue Jun 22, 2016 · 0 comments

Comments

@diegotrrs
Copy link

Hello!

First at all, great library! Thanks for sharing it.

I need to implement a UI where there are several horizontal lists of images, all of them wrapped in a top vertical list, similar to Netflix´s UI. There should be lazing loading of images for the horizontal lists and the vertical one, e.g.: the lists of images at the bottom are not rendered until they appear on screen.
Using your library I´ve been able to develop the lazy loading for the horizontal lists, but I haven´t found a way to implement the vertical lazy loading, so the lists at the end are not rendered and their images are not fetched from internet. Is there a way to achieve this? Any idea?

I´ve tried wrapping all the horizontal LazyloadScrollViews on a top LazyloadScrollView, but this does not work since LazyloadScrollView doesn´t implement LazyloadView.

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant