I have an app that tracks Distance and by exiting app or every 2 minutes it will store the data in a file.
My question is when the app is restarted i like to find a way to store the data in the file before it is being destroyed. Is there a way?
By the way, the service module is running and does file saving every 2 minutes.
My question is when the app is restarted i like to find a way to store the data in the file before it is being destroyed. Is there a way?
By the way, the service module is running and does file saving every 2 minutes.