Hello community
I want to check a timestamp on a label every minute and do this with the following code:
Where do I have to activate Service_Start?
I want to check a timestamp on a label every minute and do this with the following code:
B4X:
Sub Service_Start(StartingIntent As Intent)
StartServiceAt(Null, DateTime.Now + 60 * 1000, True)
B4XPages.MainPage.Layout_50.L50_Button1_Click
End sub