utopiadevelopers / StaggeredGridView

This is based on the StaggeredGridView surfaced in the compatability library. There is also a demo included on how to use this.
4 stars 1 forks source link

Scrolling is laggy when item spans two columns or more #2

Open supersume opened 10 years ago

supersume commented 10 years ago

I am having a problem. I am using the StaggeredGridView with 1 column for phones in portrait mode, 2 columns for tablets in portrait mode and phones in landscape, 3 columns for tablets in landscape. On phones in portrait, since span is always 1, scrolling is amazingly smooth. However when an item spans 2 columns, scrolling becomes very laggy. Moreover the problem only occurs when one is approaching the double span items only. Please help me out, this is the only library that I could find that implements a StaggeredGridView and allows column span. Thanks in advance