I tried various ways to do this.
Using the proxymusic-2.0.jar library => Marshalling and unmarshalling is done between the Java object and the Xml file, but I did not find a way to drag it without distortion from the Xml file in the Android application (Activity, View, etc.).
Using the JFugue-4.0.3-with-musicxml.jar library => I think this library is very useful because of MusicXmlParser, MusicXmlRenderer and the ParserListener class. However, the current Midi support status on Android is depressing. They pulled out javax.sound.midi, so all the libraries that depend on this do not work. (Things like JFugue, like OMG).
I just want to show the musicXml file for music on android !!! Please recommend a link site to me or let me know a simple example URL code to solve this problem.
Thank you very much.
source
share