Picasso fast scrolling
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 @thailemon ,
are you using 'episode 4' as a base for your project? If not, I suggest you to switch to that / update the components manually, since lot of things has changed in the Leanback demo project.
Also, I'm trying to write a library that offers a CustomBrowseFragment that works sort of out of the box.
That's awesome! Yes I'm using the updated version with the changes :) But with fast scroll through a very large row it's at times very laggy. Have you had this issue?
Yes, the issue is confirmed. But before I investigate it I would rather try and have something working for the library.
As promised, here goes the library! https://github.com/dextorer/Sofa