I do that
then
I fill the list
then i call a service (in list there are time elpsed from now to 5 minutes for example and from now to 10 minues).the service has a timer,the first position of the list runs ok,but when the service returns to read the second line from the list in the activity the list is empty.
I put logs and the list fills ok,but when i finished the activity for wait the service timer and after returns again is empty.Please can you help me?
B4X:
Dim lista As List
B4X:
lista.Initialize
B4X:
lista.Add(elapsedtotal)
lista.Sort(True)
I put logs and the list fills ok,but when i finished the activity for wait the service timer and after returns again is empty.Please can you help me?