A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore.
You got any way to scroll to particular position? I mean have you found way to get first visible item position and scrolling grid to that particular position.
I want to scroll the grid to a specific position. But there is no such method in current implementation. Please suggest me any solution.