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?
This is natural. Activity gets finished (and probably killed). I recommend you saving the list to a file, and getting it back to the service from there.
The activity is finish not killed,but i don´t undestand why if i work with an Long array and i finished the activity when restart the array is full,but if i work with a list the list is empty.
The list is better for me because i need order the data and i don´t know how to order a array of Long numbers
sure,you can click on the image to enter,then click an a day (the calendar is copied from an user in this forum),i´m trying to make an diary with alarms with this.
thank you very much for your time
Unfortunately I haven't upgraded my b4a version yet, so I cannot run your app. I hope others here can provide help. By the way, do you dim your list in process_globals or not?