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

Improve the maintainability and remove duplicated code for the Home Fragment and adapters #43

Closed adam-codersgu closed 1 year ago

adam-codersgu commented 1 year ago

The Home Fragment utilises four adapters. There is lots of similar/duplicated code. The purpose of this ticket is to find and identify solutions for streamlining this code

adam-codersgu commented 1 year ago

This has been resolved on master and across other tickets