Display Activities
In the previous post we displayed all details of a given eBike including its components. Now let’s load all the activities a user has performed via the Activity Records API (Smart System) and display them. To do so we need to
- add an activity record service to fetch all the activities a user has performed on their eBikes
- add an activities page to display the activities as a list
To give the user an idea about the activity we will display its name, ist start date and the traveled distance.

In the next post we will display activity details of a selected activity.