There is a library on github (audio player) that plays music on the device. Is it possible to remake this player so that it builds the same list of objects - (there is already ready JSON , parsing data from it to the list, and playing these objects through the ExoPlayer player in your application).
Github library: X-Music-Player-Pro
The question itself is: How, what and where should I change in this library so that the application does not take the music from the device, but loads the "station list" from this very JSON file .. In general, replace this very place in the code where the music device is taken away.
PS: in my application, the JSON file is in the / assets folder, parsed from there, created as an appropriate list. That is, you just need to change the code in the library of this player, so that you take the necessary data instead of music from the device. Thank you in advance if you show where you need to start, and what to change.