Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 833 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 833 Bytes

Tasks

  1. Develop a basic data retrieval layer (repository) in the architecture you are most familiar with. Ensure the layer supports automatic retries: The API is very unstable. Once in a while, the API will return HTTP 500. At that moment, the download needs to retry. Ensure the data is complete, so that all records are downloaded successfully.
  2. Bring the data into a Flutter App and display the “xAcc”, “yAcc”, “zAcc” parameters in a combined line chart.

Optional Tasks

  1. In a secondary page, show the “lat”/”lon” parameters within a simple Google/Apple Map within the App. The display should reflect the path of a journey.

Simulator Screen Shot - iPhone 13 - 2022-04-26 at 15 05 34