How to create and display music scores on Android

506 Views Asked by At

I'm working on a simple app that explains the musical harmony foundamentals. I want to write programmatically some music scores and display it on a Canvas. I've found a Java library called abc4j (See this), perfect for this job. The problem is that the Android porting of this library (called abc4android, see this) remove, obviously, all desktop/UI code and dependencies and unfortunately the image output is obtained with an import of abc.ui.swing.JScoreComponent. Is there a way to easily write and show (with an image or a music font) a music score in Android?

0

There are 0 best solutions below