I am comfortable with B4X, but struggle with techniques that are off the main paths …
Right now, I want to use a library called jaudiotagger to help me manipulate music IDTags. I can look at the API documentation all I want, but I don't see how to implement any of it!http://www.jthink.net/jaudiotagger/javadoc/index.html
I know that I will be looking at runmethods with java objects, but have so far failed to write a single line of code where the runmethod is recognized. So I have really only got as far as this line at the beginning of Main
and setting up an initial Class_Global with.
I also don't understand how to initialize the javaobject in this context.
Is there anyone on the forum who has implemented jaudiotagger in B4X who is willing to help me get started? Or even point me in the right direction in general with using an external library like this?
Thanks.
Right now, I want to use a library called jaudiotagger to help me manipulate music IDTags. I can look at the API documentation all I want, but I don't see how to implement any of it!http://www.jthink.net/jaudiotagger/javadoc/index.html
I know that I will be looking at runmethods with java objects, but have so far failed to write a single line of code where the runmethod is recognized. So I have really only got as far as this line at the beginning of Main
B4X:
#AdditionalJar: jaudiotagger-2.0.2
B4X:
Sub Class_Globals
Private fx As JFX
Private joAT As JavaObject
End Sub
Is there anyone on the forum who has implemented jaudiotagger in B4X who is willing to help me get started? Or even point me in the right direction in general with using an external library like this?
Thanks.