eitan12345om/HouseParty

Duplicate SongActivity Classes

Opened this issue · 0 comments

NewSongActivity attempts to implement a new layout for displaying the songs within a playlist. NewSongActivity needs to adopt the functionality of SongActivity including:

  • spotifySearchForTrack
  • authenticateUser
  • onActivtyResult

After NewSongActivity gains all the functionality of the other class, SongActivity should be deleted