armpatch / TrainingLog

Android app for tracking workouts
3 stars 3 forks source link

Pager Views do not update dynamically #2

Closed armpatch closed 4 years ago

armpatch commented 4 years ago

Workout holders are created and updated in separate places, so when they need to be updated, they are not recreated. Instead, they fetch new information from the database, and rebind the data.