AndroidStaggeredGrid
AndroidStaggeredGrid copied to clipboard
An Android staggered grid view which supports multiple columns with rows of varying sizes.
Use pulltorefresh nesting AndroidStaggeredGrid Gridview don't show
I am using SGV with Base Adapter and lazyloading. Second time when the arraylist data is updated,the whole SGV looks as if redrawn with a jerk. Can't figure out why...
``` smoothScrollToPosition() smoothScrollToPositionFromTop() ``` have no effect on the gridview
Does anyone had success to display a thumbnails image from youtube video? I failed to display it. I was thinking it's because the thumnails is too small? Please look at...
When I called resetToTop of StaggeredGridView, listview positions were broken. I finally found what is the cause of the problem and I am sharing with you guys to prevent having...
I had a problem of "top margin". The margin of column[0] was lower than column[1] for the first time. I finally found what is the cause of the problem and...
I want to add scrollbar. what can I do ?
With this gridView only first two picture shows rather there are so many photos
Occurs on master commit b81c1c6109cb86afb06ef648e989665915e09b88 Video can be found here: http://dai.ly/x1dj5iy Test App to reproduce is at https://github.com/venkat230278/AndroidStaggeredGridViewOverscrollBug.git Place app at same level as "library", "sample", import into Android studio...
With gradle dependecies as: ``` dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') compile 'com.android.support:appcompat-v7:22.1.1' compile 'com.android.support:support-v4:21.0.3' compile 'com.google.android.gms:play-services:7.3.0' compile 'com.android.support:recyclerview-v7:21.0.+' compile 'com.facebook.fresco:fresco:0.4.0+' compile 'com.github.pedrovgs:nox:1.0' compile 'com.github.bumptech.glide:glide:3.6.0' compile 'com.etsy.android.grid:library:1.0.+' // compile...