Has anyone made an application with a music player coming from a webservice?
I've been looking for one and I've found the open source android-UniversalMusicPlayer for Google, but there's a snippet of code that I can not adapt to my own webservices
protected static final String CATALOG_URL = "http://storage.googleapis.com/automotive-media/music.json";
This line above I change to my own URL, but when I run no music appears, has anyone been able to do it using Retrofit?