Skip to content

fabiosakiyama/example-gson-spotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-gson-spotify

Small app to learn Gson along with spotify web-api

AppWithoutSpotifyApi

Given an artist name, the App searchs it's id, then it's albums, and for each song of each album, returns the most popular song from that artist.

AppWithSpotifyApi

Given an artist name, the App searchs it's id, then it's albums, and for each song of each album, returns:

  • Saddest song
  • Saddest album The measure is only using spotify valence, not so accurate.

About

Small app to learn Gson along with spotify web-api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages