Android Question Automatic update time in label

ST500

Active Member
Licensed User
My activity contents a label that shows the actual time.
Could you explain me how to automatically update the time?
 

DonManfred

Expert
Licensed User
Longtime User
Create a timer with Interval 1000 and in timer tick you update the time on the Label.

If you just shows HH:mm then you can set the timer to 60000
 
Upvote 0
Top