You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!
The text was updated successfully, but these errors were encountered: