Skip to content

boby1975/CollectionViewTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sample of test result

1.Make the request to download list of songs from the following link: “https://itunes.apple.com/search?term=jack+white&limit=10”

2.Parse the received result

3.Present the list of songs in the form of collection view (each collection view cell should present a label with song name (trackName) and a label with artist name (artistName))

4.Create a song detail screen, presenting 4 labels: artist name, song title, album (collectionName) and gender (primaryGendreName). It should be possible to navigate to detail screen by pressing on a song in the song list.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages