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

RecyclerView update algorithm refinement #93

Closed adam-codersgu closed 1 year ago

adam-codersgu commented 1 year ago

The recycleview update algorithm could determine if data that is being displayed has changed before calling notify item changed. This would help situations on the homepage where a songs plays increases and adapters such as that for the favourites recycler view for that song refresh, even though the displayed metadata has not changed

adam-codersgu commented 1 year ago

Working on branch enhancement/recyclerview_update_algorithm

adam-codersgu commented 1 year ago

No longer required. There are no obvious code improvements to be made. Also, the update animations have been disabled, so there isn't really an issue anymore either