Hi,
Testing to load 10 rows of 100 CardPresenters, it gets very laggy when fast scrolling even on very powerful android boxes.
Picasso v 2.4 has pauseTag() and resumeTag() made for this exact purpose. Their sample app uses a AbsListView onScrollListener and pauses/resumes the picasso bitmap loading in (fast) scroll mode.
Any way to implement this with leanback and your CustomRowFragment?
Hi,
Testing to load 10 rows of 100 CardPresenters, it gets very laggy when fast scrolling even on very powerful android boxes.
Picasso v 2.4 has pauseTag() and resumeTag() made for this exact purpose. Their sample app uses a AbsListView onScrollListener and pauses/resumes the picasso bitmap loading in (fast) scroll mode.
Any way to implement this with leanback and your CustomRowFragment?