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

Further refinement of RecyclerView update algorithm #127

Open adam-codersgu opened 8 months ago

adam-codersgu commented 8 months ago

Could look at breaking down the recyclerview update algorithm into an interface with override able methods e.g. onSongDeleted. That way could expand existing behaviour or override it completely