Azure-Samples / MyDriving

Building IoT or Mobile solutions are fun and exciting. This year for Build, we wanted to show the amazing scenarios that can come together when these two are combined. So, we went and developed a sample application. MyDriving uses a wide range of Azure services to process and analyze car telemetry data for both real-time insights and long-term patterns and trends. The following features are supported in the current version of the mobile app.
http://azure.com/mydriving
MIT License
387 stars 277 forks source link

Fix a bug in trip detail loading #550

Closed alinapopa closed 5 years ago

alinapopa commented 8 years ago

The current code always tries to get the trip points from server, even when the trip points are already present on the device. This affects the scenario when saving the trip on the server failed for various reasons (see issue #508) - trip details should still be able to show on the device the trip was collected. The fix is to use the trip points from the Trip object if they already exist.