simonalveteg / Workout-Tracker

A Workout Tracker for Android written with Jetpack Compose using MVVM architecture, a room database and dependency injection with dagger hilt.
21 stars 1 forks source link

Muscle groups loading slowly on HomeScreen when scrolling #14

Closed simonalveteg closed 12 months ago

simonalveteg commented 1 year ago

Very noticeable in debug, haven't tried release yet. The method of converting targets from database to body part for UI is probably not very efficient. Maybe even run on every recomposition?

Look into:

simonalveteg commented 1 year ago

Much less noticeable when building the release version with minifyEnabled, but implementation should probably still be improved.

simonalveteg commented 12 months ago

Not an issue on release version.