I have a list view, which is showing multiple details with a edit text and count down timer text view.
For count down timer if i run a thread every 1000ms and subtract the time by 1000ms in the adapter data and do notify data set changed. It updates the timer data perfectly, but edit text state also gets updated which means as soon as user tried to write something focus gets cleared and value is also getting changed in the edit text.
Can anyone help with this problem ?
Thank you so much in advance.