adam-codersgu / supernova

A Kotlin-based Android application that allows the user to play music from their device while custom animations fall over the album artwork of the currently playing song.
0 stars 0 forks source link

Improved loading of fragment data #73

Closed adam-codersgu closed 1 year ago

adam-codersgu commented 1 year ago

The system for switching between albums etc. Is not very good. Lots of lag with adding songs to the play queue and editing music info etc. Often the previous albums songs are still associated with menu actions

A solution could be to unset the active view model media in oncreateview/onviewcreated if different to the previous fragment

adam-codersgu commented 1 year ago

Working on branch enhancement/fragment_data_loading

adam-codersgu commented 1 year ago

Completed and merged https://github.com/adam-codersgu/supernova/pull/90