Assignment 3 – Music Player

Upload failed 4 times

Instruction
- Choose Song and Artist (same as iPhone player)
1. Christina Aguilera – What A Girl Want
2. Bruno Mars – It Will Rain
3. Carly Rae Jepsen – Call Me Maybe
- Play / Stop : Control music to play and stop
- Playlists : Go back to main page

I made a music player. First, I made three sections which are: Main (setup page), Artist (picked artist) and Music (picked music). Then I used two classes and an array.  In the Main page, there are three songs listed. When you select a song, it takes you to a page with the Artist and Music. On that page, you can control the buttons to play and pause the song. Playlists button that can take you back to the Main page is located on top of the page.  For this project, it took me a long time to come up with an idea of what I can create using two classes and one array. Once I practice processing and work more with it, I will be able to create more advanced player with multiple playlists and songs (at least more than three songs.)