Android Question how to create a loop with a timer

Makumbi

Well-Known Member
Licensed User
Please help how can create a timer which runs every minute to check json
example for a new record and then send a notification
B4X:
Dim j As HttpJob
    j.Initialize("", Me)
    j.Download("http://kccug.com/Generic_Handler_JSON/HandlerVBEvents.ashx?customerid=" & CustID)

B4X:
Dim n As NB6
                    n.Initialize("default", Application.LabelName, "HIGH").SmallIcon(smiley)
                    n.Build(quot.Get("Comments") , "Kabojja Junior School", "tag", Me).Notify(9)
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top