I cannot seem to locate any info regarding this..
I have a foreground service that on Service_Start populates a list with a dozen or so string values.
This list is used to compare results on an event that occasionally happens (once per day .. on occasion weekly)
My question is ,does this list "stay alive" in memory the whole time the service is running ?
Would it be wiser to populate the list only when the event is triggered.
Many Thanks
Cheers mj
I have a foreground service that on Service_Start populates a list with a dozen or so string values.
This list is used to compare results on an event that occasionally happens (once per day .. on occasion weekly)
My question is ,does this list "stay alive" in memory the whole time the service is running ?
Would it be wiser to populate the list only when the event is triggered.
Many Thanks
Cheers mj