DMAudioStreamer icon indicating copy to clipboard operation
DMAudioStreamer copied to clipboard

Parsing url

Open DerrickBukenya opened this issue 6 years ago • 1 comments

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

DerrickBukenya avatar May 18 '18 09:05 DerrickBukenya

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

dibakarece avatar May 19 '18 11:05 dibakarece