Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Original Music Player#39

Open
zacharynoel wants to merge 226 commits into
Developerfrom
master
Open

Original Music Player#39
zacharynoel wants to merge 226 commits into
Developerfrom
master

Conversation

@zacharynoel

Copy link
Copy Markdown
Collaborator

Music player prior to pause/play button redesign

jkurtz678 and others added 30 commits March 12, 2018 23:25
…ify player. Not working currently because of null pointer exception on line 87 in SongActivity.
…ate and can only view contents if correct code is entered.
Signed-off-by: Eitan Simler <eitan.simler@gmail.com>
# Conflicts:
#	app/src/main/java/com/houseparty/houseparty/LoginActivity.java
Removed to prevent errors when pulling from different computers
eitan12345om and others added 9 commits June 3, 2018 19:28
…l cause chosen song to be immediatly played. Spotify is still broken from previous changes.
# Conflicts:
#	app/app.iml
#	app/src/main/java/com/houseparty/houseparty/NewSongActivity.java
… code in loginActivity and PlaylistActivity so that registration, login, and playlist creation could be tested programmatically.
@JacksonK

JacksonK commented Jun 8, 2018

Copy link
Copy Markdown
Collaborator

As the original model for the music player for House Party, this design is reasonably effective for modeling a list of songs. My only criticism would be that the list view is not the most effective object to store songs, and would be more useful if replaced with the a custom adapter object. A custom adaptor object would be better equipped to respond to user input and dynamically update the constantly changing playlist. Also, the hard coded songs are very useful in helping to test the player.

@zacharynoel zacharynoel requested a review from JacksonK June 9, 2018 00:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants