Alhootti
Active Member
I'm using an app in my Tv Box working in Android platform.
the issue is each day i get +4 seconds extra.
even i switch off it then switch on it the same issue.
Note : I don't want to sync it with internet (WiFi)
How i can solve this issue ?
the issue is each day i get +4 seconds extra.
even i switch off it then switch on it the same issue.
B4X:
Sub Activity_Create(FirstTime As Boolean)
If (FirstTime) Then
PWS.KeepAlive(True) ' Screen on always
Timer1.Initialize("tmr",1000)
Timer1.Enabled = True
End If
Activity.LoadLayout("Layout")
InitCanvas
InitLabel
End Sub
Sub tmr_tick
DateTime.TimeFormat = "HH:mm:ss"
Label1.Text = DateTime.Time(DateTime.Now)
End Sub
Note : I don't want to sync it with internet (WiFi)
How i can solve this issue ?
Last edited: