Nice article.
I have a question, How can I do heavy operation like Bitmap loading for each item in recyclerview.
I have try with onBindViewHolder() with coroutine to load VideoThumbnail but when I scroll recyclver view thumbnail get massed.
Can you please highlight how one can achieve this in efficient way.
Thank you.