rilling / OSMDashboard-Winter-2024-COMP-354

OpenStreetMaps Dashboard for OpenTracks
https://f-droid.org/de/packages/de.storchp.opentracks.osmplugin/
Apache License 2.0
5 stars 10 forks source link

Create Adapter and ViewHolder to be used for binding Skier's Run info #34

Closed Farnaaaz closed 5 months ago

Farnaaaz commented 6 months ago

Description: In order to bind the skier's run info (average speed, max speed, runtime and distance covered) to a table, this information must be transferred through an Adapter and be placed within a ViewHolder (or a row within the Table).

Expected outcome: Skier's run information is mapped to the table.

Alternative solutions: Explore different ways of presenting detailed information such as using pop-up windows or side panels.

Verification: Check that speed and time-related metrics are displayed correctly for both runs and chairlifts.