Lottie Animation happens every 5 elements in recyclerview

I ended up changing the cache size of the recyclerview to match my list size. I did this when initializing my recyclerview in my class

recyclerView.setItemViewCacheSize(list.size());

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top