In addition to my previous question, I would like to know how to draw a waveform graph for a specific audio file. In the previous question, the answer given to me was to draw a wave that is not related to an audio file.
I found good solutions like this on B4A, but I couldn't convert them to B4J.
This demo does not implement the RuntimePermissions required for Android 6+ (that's how old it is). You will need to add RuntimePermissions to the demo in order for it to run. As a response to a request on the forums, and to try out the new JavaObject functionality, I decided to take a...
I brought back Pane because if I had brought back B4xView it could be both a Label and a Pane. The label even if you declare the same as B4XView it goes into error. If instead you insert a Pane and declare the same as B4xView it is ok