I've been working with it for a bit now, can anybody give me some tips on performance?
For example I have a vertical recycleview each item in the recycleview loads a horizontal list of images. Scrolling up and down the recycleview will mean that these horizontal lists are loaded in and out. The performance for which is bad, it stutters alot on scroll. I understand why... its the loading of images in surely? but how can I stop this issue?
For example I have a vertical recycleview each item in the recycleview loads a horizontal list of images. Scrolling up and down the recycleview will mean that these horizontal lists are loaded in and out. The performance for which is bad, it stutters alot on scroll. I understand why... its the loading of images in surely? but how can I stop this issue?