Been strugling a while....
I have upgraded from FusedGPS to new GPSTracker.
I get that by this:
I can correctly stop the service. But when to call it ?
Application (UI) can be killed by Swipe or from Application list, that is intented kill so I want to kill the service.
is there any method like Activity_Destroy ??
or ?
I have upgraded from FusedGPS to new GPSTracker.
I get that by this:
B4X:
CancelScheduledService(Me)
StopService(Me)
I can correctly stop the service. But when to call it ?
Application (UI) can be killed by Swipe or from Application list, that is intented kill so I want to kill the service.
is there any method like Activity_Destroy ??
or ?