I have a query which returns all logEntries for a specific exercise.
Each log entry has:
log_id
total_weight_lifted
and reps
.
I would like to display the results of this query in a recyclerView like this.
How is this best achieved?
Should I create a recyclerView inside another recyclerView, or is there a better way to achieve this?