In the application there is a recycleview which contains many blocks.
when the user stop watching (focusing) on specific cell, I have to send value to server.
I can set timer in OnBindView but when I have to stop the timer (the cell is not visible anymore because the user slide the reycleView).? OnViewRecycle callback is not called accurately when the cell is not visible (I mean the cells that are adjacent for the current visible cell).