A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore.
A previous pull request performed a null check only in one of the three accesses to the instance variable 'mAdapter' in the onTouchEvent() method, which can be null when a touch event occurs.
A previous pull request performed a null check only in one of the three accesses to the instance variable 'mAdapter' in the onTouchEvent() method, which can be null when a touch event occurs.