You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user does not finish the ride accordingly, the track gets uploaded incompletely. This means, we potentially lose data for further analyses. The idea is to make sure, the data gets updated in the shared preferences before closing the app. One potential solution is to use the app lifecycle. Important is that the atomicity of the data is kept.
The text was updated successfully, but these errors were encountered:
When the user does not finish the ride accordingly, the track gets uploaded incompletely. This means, we potentially lose data for further analyses. The idea is to make sure, the data gets updated in the shared preferences before closing the app. One potential solution is to use the app lifecycle. Important is that the atomicity of the data is kept.
The text was updated successfully, but these errors were encountered: