Use the iTunes Api to receive tracks (songs) and albums to display in a list and grid layout
I used this request to receive 200 tracks by Jack Johnson
https://itunes.apple.com/search?term=jack_johnson&country=US&media=music&limit=200
- Rename project name
- MVC (Model View Controller)
- Album detail view when tapping a album cell. Currently, there is no action when tapping a cell since there is only a track detail view.
- checkout this commit for first steps to do this.
- Find creative ways to use the information from the json response such as using the iTunes links