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

Will this Grid view be recycled #157

Open raghavendra-m089 opened 9 years ago

raghavendra-m089 commented 9 years ago

I just want to know that whether the view is recycled as the memory goes more and more when i scroll through..

YellowEyed commented 9 years ago

Yes, it is. As long as the view is scrolled out of the screen, it will be removed from the parent.