maurycyw / StaggeredGridView

A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore.
https://github.com/maurycyw/StaggeredGridViewDemo
1.64k stars 664 forks source link

NotifyDataSetChanged does not set to the current position #75

Closed rahulr4 closed 10 years ago

rahulr4 commented 10 years ago

I am using your staggeredgridview and calling a service to populate data. I have implemented endless scroll listener and when more data is added, the grid view scrolls to the top position.