How implementing lazy loading on Android TV

154 Views Asked by At

How can lazy loading be implemented in android tv or use recyclerview input leanback? the problem is this: I get a large list of covers from the server, more than a thousand, there is not enough memory on the physical device and the application hangs. As I understand it, listRow in the ArrayObjectAdapter link in BrowseFragnent renders and stores all the elements at once.

0

There are 0 best solutions below