maurycyw / StaggeredGridView

A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore.

Home Page:https://github.com/maurycyw/StaggeredGridViewDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrolling issues

radzio opened this issue · comments

Scrolling down is working great however when I want to scroll up it does not work. I was testing it on Nexus 7, Android 4.2.1

Same issue on Nexus 4, Android 4.2.1

Are you sure you have the latest version of StaggeredGridView.. I just tested the StaggeredGridViewDemo on my Nexus 7 and works fine.

Weird.. I tried downloading the source and rebuilding it again and now it doesn't have that issue.

Great to hear! Let me know if this continues

Yeap, everything is ok now ;-)

commented

I have the same problem. I cannot scroll up. I get the latest source of StaggeredGridView and StaggeredGridViewDemo and I cannot scroll up. How can I resolve it?

Just get the latest source, still cannot scroll up

commented

Yes, if use latest source code it can solve the problem. If we simply use git clone, you would not get the latest source code. Just download the zip file, it works fine.

Ah.. It works now.. @aquayee I miss the "download the zipped source instead".. Thx..

Facing the scroll up issue when I am having large number of elements in staggered grid view with latest source code. The issue is occurring intermittently when I scroll down in a large data set;
Please check and update;