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

Tidy up MainActivity #31

Closed adam-codersgu closed 1 year ago

adam-codersgu commented 1 year ago

MainActivity is a very large class with over 1300 lines of code. It would be beneficial for code maintainability to move functionality where possible to dedicated classes and interfaces etc. For example, the permissions helper object can definitely be moved elsewhere.

adam-codersgu commented 1 year ago

Working on branch enhancement/main_activity_tidying

adam-codersgu commented 1 year ago

MainActivity compressed to 780 lines

adam-codersgu commented 1 year ago

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