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.
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.