0
Someone has already made an application with a music player coming from a webservices?
I’ve been searching one and found the android-Universalmusicplayer from Google open source, but have a snippet of code that I’m unable to adapt to my own webservices
protected static final String CATALOG_URL = "http://storage.googleapis.com/automotive-media/music.json";
This line that is above I change to my own URL, but when I do not appear any music, someone has already done using Retrofit?
Up to this point everything well understood, the point is that I wanted to do with retrofit, and the webservices I use Codeigniter Restful, but the results were not successful, and look that I am following the pattern of this json structure.
– Hector Viera