etsy / AndroidStaggeredGrid

An Android staggered grid view which supports multiple columns with rows of varying sizes.
https://github.com/etsy/AndroidStaggeredGrid
4.76k stars 1.13k forks source link

NotifyDataSetChanged showing whole SGV redrawing. #188

Open umesh90 opened 9 years ago

umesh90 commented 9 years ago

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 its happening. Please Help!!