Hi,
this is from service module
I call it from activity like this:
But I dont get any result
this is from service module
B4X:
Sub Info
top=date & " - " & time
End Sub
I call it from activity like this:
B4X:
Sub timer1_tick
CallSubDelayed(AlarmService,"Info")
End Sub
Sub GetResult(Result As String)
lblNextAlarm.Text= Result
End Sub
But I dont get any result