• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps The RecyclerView

aidanmack

Lurker
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?
 
Back
Top Bottom