AndroidStaggeredGrid
AndroidStaggeredGrid copied to clipboard
An Android staggered grid view which supports multiple columns with rows of varying sizes.
Expected behavior from a `GridView` is to change scroll making the item passed to `setSelection` at the very top. This does not happen, the top item remains at 0.
When scrolling quickly in landscape, one can overshoot the bounds of the grid. Scrolling back up seems to do weird things to the column count. Works fine in portrait. This...
Any possible reasons why the grid disappears on screen rotate? I have used `setRetainInstance(true);`
I have read #9 and #32. IMHO, width being greater or less than height (i.e. landscape or portrait respectively) has nothing to do with the optimum number of columns, since...
I'm using [Android-ParallaxHeaderViewPager](https://github.com/kmshack/Android-ParallaxHeaderViewPager) and [StaggeredGridView](https://github.com/bulletnoid/StaggeredGridView) to create layout like pinterest. I getting problem when `getScrollY`, the result is sometimes return 0 when scroll at central position on the first row...
If you scroll grid view so the first visible position large than 0, and call resetToTop(), although grid view go back to top, child views still not invalidate and show...
Add "addItemMode" attribute so the behavior of the grid view when adding items can be customize. This can be used to set the grid view to always add item starting...
When StaggeredGridView scrolled fast, child has wrong layout offset. It already disappeared on device screen, but "onLayoutChild" is called. As a result, It displayed on the screen with wrong offsets....
When i set android:background="@drawable/bg_sample" it is not showing background image
Log cat after CLICK: ``` 03-26 12:54:31.490 2051-2051/pl.specify.blogexample E/InputEventReceiver﹕ Exception dispatching input event. 03-26 12:54:31.490 2051-2051/pl.specify.blogexample E/MessageQueue-JNI﹕ Exception in MessageQueue callback: handleReceiveCallback 03-26 12:54:31.500 2051-2051/pl.specify.blogexample E/MessageQueue-JNI﹕ java.lang.NoClassDefFoundError: android.support.v4.view.MotionEventCompat at com.etsy.android.grid.ExtendableListView.onTouchDown(ExtendableListView.java:815)...