Skip to content

Instantly share code, notes, and snippets.

@kgilmer
Created April 14, 2018 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kgilmer/f5921843341f421b4dc626c95c08c808 to your computer and use it in GitHub Desktop.
Save kgilmer/f5921843341f421b4dc626c95c08c808 to your computer and use it in GitHub Desktop.
...
/**
* Utility class to get a list of MusicTrack's based on a server-side JSON
* configuration.
*/
public class RemoteJSONSource implements MusicProviderSource {
private static final String TAG = LogHelper.makeLogTag(RemoteJSONSource.class);
protected static final String CATALOG_URL =
"http://storage.googleapis.com/automotive-media/music.json";
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment