DMAudioStreamer icon indicating copy to clipboard operation
DMAudioStreamer copied to clipboard

how to fetch data json from server?

Open kousaka-vale opened this issue 4 years ago • 0 comments

@Override protected Void doInBackground(Void... voids) { //resp = getDataResponse(); String response = loadJSONFromAsset(context); listMusic = getMusicList(response, "music"); return null; }

I know the code above is for retrieve json data from Assets file "music.json" now, how to fetch data from json in the server? please help me sir.

kousaka-vale avatar Aug 20 '19 09:08 kousaka-vale