DMAudioStreamer
DMAudioStreamer copied to clipboard
Parsing url
Am find trouble passing a url string i will be grateful if you could help `String[] resp = {"", ""}; List<MediaMetaData> listMusic = new ArrayList<>();
@Override
protected Void doInBackground(Void... voids) {
resp = getDataResponse();
//String response = loadJSONFromAsset(context);
//The first string value of the getMusicList
listMusic = getMusicList("", "music");
return null;
}`
Thanks
Hi Cloud you please send me your music list fecing url so that I can give you the code snipit how to fetch and how to parse and mapping with model class