Hello All,
I am trying to build a Photo Stream app that as you scroll it loads more images. What is the best way to load in images while scrolling that wont lag? I tried having the scrollEnd listen to when its close to the bottom to load more but it seems that lags the scroll since it's constantly checking. I'm testing having a button at the bottom to load more but that is my last resort. Anyone else overcome this issue?
Thanks,
Wes