i have a textview having a specific date time string as this format dd/MM/yyyy HH:mm:ss. I need to create a thread that increment number of second in the textview every one second so its update : minutes, day, month year.... how to create this handler ?
so the text view will updated every 1 sec according to first time displayed in the text view
example if the textview display : 06/03/2017 01:20:00 it will be updated as below every second
06/03/2017 01:20:01
06/03/2017 01:20:02
06/03/2017 01:20:03
06/03/2017 01:20:04
06/03/2017 01:20:05
06/03/2017 01:20:06
.
.
.
.
.
06/03/2017 01:21:00