Handling multiple Countdown timers in Recyclerview
Inspired from various StackOverflow questions,
Recyclerview with multiple countdown timers causes flickering
Multiple count down timers in RecyclerView flickering when scrolled
How to handle multiple countdown timers in RecyclerView?
and Handling countdown timers in recyclerview - android
The aim of the project is to showcase how to handle multiple timer inside the recyclerview and how to clean up the resource.
Instead of CountdownTimer/TimerTask app performs count down operation using Runnable and handler.
Motivation of the application is to have individual timer for each row, however recycle the timer as same logic as view recycling, so that there won't be peak memory usage and leading to impact on performance.
Also read explained tutorial below