cpd73 wrote: 
> I noticed this over 3 years ago, and raised an issue
> (https://github.com/nikclayton/android-squeezer/issues/201). I'm not
> sure why you use such as small pageSize, as this makes "Loading..."
> appear when scrolling lists. With MaterialSkin, a Javascript app, I
> request up to 25k at a time - but use a virtual-scroller so that only
> those shown on the screen are part of the document. If a JavaScript app
> can load that many and be responsive, a pure Java app should be able to
> handle even more. So, if you asked for 25k (basically all) items then
> only draw the visible items this would resolve your issue - and my
> original reported issue.

Thanks for the reply, that's interesting. I will continue this at '#201'
(https://github.com/nikclayton/android-squeezer/issues/201), as the
pageSize doesn't seem to relate to this issue.


------------------------------------------------------------------------
minamanda's Profile: http://forums.slimdevices.com/member.php?userid=63054
View this thread: http://forums.slimdevices.com/showthread.php?t=112972

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to