How to improve RecyclerView that has complex ViewHolder with EndlessScroll

198 Views Asked by At

I am working on project which has a complex recyclerview .its similar to instagram post feed. i use mikepenz/FastAdapter for recyclerview adapter, which has pretty smooth scrolling. but when i starts to append the news items to the adapter the scrolling starts stutter.

i profiled the apps memory usage and its get higher when we load more items.

so what is best way to avoid this memory jumping. i tried all the docs and still they all appends items to adapter and it works.in my case this makes ui clunky

0

There are 0 best solutions below